mindweave commited on
Commit
b399917
·
verified ·
1 Parent(s): aafb00d

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +40 -22
  2. data/sensors.csv +0 -3
  3. data/telemetry_readings.csv +0 -0
README.md CHANGED
@@ -6,24 +6,24 @@ task_categories:
6
  language:
7
  - en
8
  tags:
 
 
 
9
  - industrial-iot
10
- - edge-analytics
11
  - predictive-maintenance
12
- - test-data
13
- - iot
14
- - synthetic-data
15
- - sensor-data
16
- - smart-factory
17
- - machine-monitoring
18
- - anomaly-detection
19
- - manufacturing
20
  - telemetry
 
21
  - mindweave
22
- - industry-4-0
23
  - time-series
24
- pretty_name: IoT Sensor Telemetry (Synthetic)
 
 
 
 
 
 
25
  size_categories:
26
- - 10K<n<100K
27
  configs:
28
  - config_name: anomaly_events
29
  data_files: data/anomaly_events.csv
@@ -34,7 +34,9 @@ configs:
34
  data_files: data/telemetry_readings.csv
35
  ---
36
 
37
- # IoT Sensor Telemetry (Synthetic)
 
 
38
 
39
  High-frequency telemetry from a simulated smart factory operating three
40
  CNC lines, a finishing cell, and a predictive-maintenance program over
@@ -48,23 +50,39 @@ equipment failure event. Useful for time-series analytics, anomaly
48
  detection, edge telemetry pipelines, and Industry 4.0 monitoring demos.
49
 
50
 
51
- ## Tables
 
 
 
 
 
 
 
 
 
 
 
52
 
53
- | Table | Rows |
54
- |-------|------|
55
  | anomaly_events | 2 |
56
  | sensors | 4 |
57
  | telemetry_readings | 50,000 |
58
  | **Total** | **50,006** |
59
 
60
- ## Formats
61
 
62
- - CSV (in `data/` directory)
63
- - Parquet (available in full version)
64
- - SQLite (available in full version)
65
 
66
  ## About
67
 
68
- Generated by [Mindweave Technologies](https://mindweave.tech) realistic synthetic datasets for developers, QA teams, and data engineers.
 
 
 
 
 
 
 
69
 
70
- Browse all datasets: [mindweavetech.gumroad.com](https://mindweavetech.gumroad.com)
 
6
  language:
7
  - en
8
  tags:
9
+ - smart-factory
10
+ - sensor-data
11
+ - industry-4-0
12
  - industrial-iot
 
13
  - predictive-maintenance
 
 
 
 
 
 
 
 
14
  - telemetry
15
+ - synthetic-data
16
  - mindweave
 
17
  - time-series
18
+ - iot
19
+ - test-data
20
+ - edge-analytics
21
+ - anomaly-detection
22
+ - manufacturing
23
+ - machine-monitoring
24
+ pretty_name: IoT Sensor Telemetry (Synthetic) (Free Sample)
25
  size_categories:
26
+ - 1K<n<10K
27
  configs:
28
  - config_name: anomaly_events
29
  data_files: data/anomaly_events.csv
 
34
  data_files: data/telemetry_readings.csv
35
  ---
36
 
37
+ # IoT Sensor Telemetry (Synthetic) (Free Sample)
38
+
39
+ > **This is a free sample** with 5,003 rows. The full dataset has **50,006 rows** across 3 tables.
40
 
41
  High-frequency telemetry from a simulated smart factory operating three
42
  CNC lines, a finishing cell, and a predictive-maintenance program over
 
50
  detection, edge telemetry pipelines, and Industry 4.0 monitoring demos.
51
 
52
 
53
+ ## Sample tables
54
+
55
+ | Table | Sample Rows |
56
+ |-------|------------|
57
+ | anomaly_events | 2 |
58
+ | sensors | 1 |
59
+ | telemetry_readings | 5,000 |
60
+ | **Total** | **5,003** |
61
+
62
+ ## Full dataset
63
+
64
+ The complete dataset includes all tables with full row counts:
65
 
66
+ | Table | Full Rows |
67
+ |-------|----------|
68
  | anomaly_events | 2 |
69
  | sensors | 4 |
70
  | telemetry_readings | 50,000 |
71
  | **Total** | **50,006** |
72
 
73
+ **Formats included:** CSV, Parquet, SQLite
74
 
75
+ **[Get the full dataset on Gumroad](https://mindweavetech.gumroad.com)**
 
 
76
 
77
  ## About
78
 
79
+ Generated by [Mindweave Technologies](https://mindweave.tech) -- realistic synthetic datasets for developers, QA teams, and data engineers.
80
+
81
+ Every dataset features:
82
+ - Enforced foreign key relationships across all tables
83
+ - Realistic statistical distributions (not uniform random)
84
+ - Temporal patterns (seasonal, time-of-day, day-of-week)
85
+ - Injected anomalies for ML training and anomaly detection
86
+ - Deterministic generation (same seed = same output)
87
 
88
+ Browse all datasets: [https://mindweavetech.gumroad.com](https://mindweavetech.gumroad.com)
data/sensors.csv CHANGED
@@ -1,5 +1,2 @@
1
  id,name,metric_type,unit,machine_id,line_id,install_date
2
  1,SEN-001,vibration,mm_s,CNC-04,machining-a,2023-09-12
3
- 2,SEN-002,temperature,celsius,FURN-02,heat-treat,2023-10-03
4
- 3,SEN-003,pressure,bar,HYD-07,press-line,2023-08-19
5
- 4,SEN-004,humidity,percent,PAINT-01,finishing,2023-11-01
 
1
  id,name,metric_type,unit,machine_id,line_id,install_date
2
  1,SEN-001,vibration,mm_s,CNC-04,machining-a,2023-09-12
 
 
 
data/telemetry_readings.csv CHANGED
The diff for this file is too large to render. See raw diff