CJJones commited on
Commit
df02711
·
verified ·
1 Parent(s): 3556e3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -3
README.md CHANGED
@@ -1,3 +1,59 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ name: ubuntu-server-ops-sample
3
+ version: "1.0.0"
4
+ description: >
5
+ A small 7-row sample of Ubuntu server operations, including security auditing,
6
+ web service checks, application deployment, container management, and backups.
7
+ Each record contains a Bash command and contextual metadata. The full dataset
8
+ contains 30,000 records and is available on Gumroad.
9
+
10
+ license: cc-by-sa-4.0
11
+
12
+ features:
13
+ command: string
14
+ hostname: string
15
+ app: string
16
+ project: string
17
+ environment: string
18
+ category: string
19
+
20
+ task_categories:
21
+ - devops
22
+ - security
23
+ - deployment
24
+ - container_management
25
+ - backup
26
+ ---
27
+ Dataset Summary
28
+
29
+ This dataset contains 7 curated examples of Ubuntu server operations, including security auditing, application deployment, web service monitoring, and container management. Each row represents a server task in JSON format, including the command executed and contextual metadata such as hostname, application, project, environment, and task category.
30
+
31
+ The full dataset contains 30,000 records of similar structured server operations data, generated synthetically for testing, automation, and AI model training purposes.
32
+
33
+ Intended use:
34
+
35
+ AI model training for DevOps automation
36
+
37
+ Security monitoring and compliance auditing
38
+
39
+ Deployment and infrastructure management tooling
40
+
41
+ Limitations:
42
+
43
+ The dataset is synthetically generated; it does not contain real server credentials or sensitive information.
44
+
45
+ Some commands assume specific configurations or environments that may not exist in real setups.
46
+
47
+ Dataset Structure
48
+
49
+ command (string): Bash command executed on the server.
50
+
51
+ hostname (string): Name of the server.
52
+
53
+ app (string): The application related to the task.
54
+
55
+ project (string): The project context for the server operation.
56
+
57
+ environment (string): Environment of the server (e.g., development, staging, production).
58
+
59
+ category (string): Type of operation performed (e.g., security_tasks, deployment_tasks).