Upload folder using huggingface_hub
Browse files- README.md +40 -23
- data/access_logs.csv +0 -0
README.md
CHANGED
|
@@ -6,25 +6,25 @@ task_categories:
|
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
tags:
|
| 9 |
-
-
|
| 10 |
-
- web-server
|
| 11 |
-
- siem
|
| 12 |
- access-logs
|
| 13 |
-
-
|
| 14 |
- observability
|
| 15 |
- http
|
| 16 |
-
-
|
| 17 |
-
- monitoring
|
| 18 |
- log-analysis
|
| 19 |
-
- api-logs
|
| 20 |
- mindweave
|
|
|
|
|
|
|
|
|
|
| 21 |
- test-data
|
|
|
|
|
|
|
| 22 |
- anomaly-detection
|
| 23 |
-
-
|
| 24 |
-
|
| 25 |
-
pretty_name: Web Server Access Logs (Synthetic)
|
| 26 |
size_categories:
|
| 27 |
-
-
|
| 28 |
configs:
|
| 29 |
- config_name: access_logs
|
| 30 |
data_files: data/access_logs.csv
|
|
@@ -33,7 +33,9 @@ configs:
|
|
| 33 |
data_files: data/servers.csv
|
| 34 |
---
|
| 35 |
|
| 36 |
-
# Web Server Access Logs (Synthetic)
|
|
|
|
|
|
|
| 37 |
|
| 38 |
Realistic HTTP access logs from a simulated SaaS company running an
|
| 39 |
e-commerce API and marketing website. 50,000 requests across 3 servers
|
|
@@ -50,22 +52,37 @@ Ideal for: DevOps monitoring dashboards, log analysis pipelines, anomaly
|
|
| 50 |
detection ML models, SIEM testing, and observability tool development.
|
| 51 |
|
| 52 |
|
| 53 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
|
| 55 |
-
| Table | Rows |
|
| 56 |
-
|-------|------|
|
| 57 |
-
| access_logs | 50,
|
| 58 |
| servers | 3 |
|
| 59 |
-
| **Total** | **50,
|
| 60 |
|
| 61 |
-
|
| 62 |
|
| 63 |
-
|
| 64 |
-
- Parquet (available in full version)
|
| 65 |
-
- SQLite (available in full version)
|
| 66 |
|
| 67 |
## About
|
| 68 |
|
| 69 |
-
Generated by [Mindweave Technologies](https://mindweave.tech)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
|
| 71 |
-
Browse all datasets: [mindweavetech.gumroad.com](https://mindweavetech.gumroad.com)
|
|
|
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
tags:
|
| 9 |
+
- nginx
|
|
|
|
|
|
|
| 10 |
- access-logs
|
| 11 |
+
- synthetic-data
|
| 12 |
- observability
|
| 13 |
- http
|
| 14 |
+
- apache
|
|
|
|
| 15 |
- log-analysis
|
|
|
|
| 16 |
- mindweave
|
| 17 |
+
- web-server
|
| 18 |
+
- server-logs
|
| 19 |
+
- monitoring
|
| 20 |
- test-data
|
| 21 |
+
- api-logs
|
| 22 |
+
- siem
|
| 23 |
- anomaly-detection
|
| 24 |
+
- devops
|
| 25 |
+
pretty_name: Web Server Access Logs (Synthetic) (Free Sample)
|
|
|
|
| 26 |
size_categories:
|
| 27 |
+
- 1K<n<10K
|
| 28 |
configs:
|
| 29 |
- config_name: access_logs
|
| 30 |
data_files: data/access_logs.csv
|
|
|
|
| 33 |
data_files: data/servers.csv
|
| 34 |
---
|
| 35 |
|
| 36 |
+
# Web Server Access Logs (Synthetic) (Free Sample)
|
| 37 |
+
|
| 38 |
+
> **This is a free sample** with 5,003 rows. The full dataset has **50,048 rows** across 2 tables.
|
| 39 |
|
| 40 |
Realistic HTTP access logs from a simulated SaaS company running an
|
| 41 |
e-commerce API and marketing website. 50,000 requests across 3 servers
|
|
|
|
| 52 |
detection ML models, SIEM testing, and observability tool development.
|
| 53 |
|
| 54 |
|
| 55 |
+
## Sample tables
|
| 56 |
+
|
| 57 |
+
| Table | Sample Rows |
|
| 58 |
+
|-------|------------|
|
| 59 |
+
| access_logs | 5,000 |
|
| 60 |
+
| servers | 3 |
|
| 61 |
+
| **Total** | **5,003** |
|
| 62 |
+
|
| 63 |
+
## Full dataset
|
| 64 |
+
|
| 65 |
+
The complete dataset includes all tables with full row counts:
|
| 66 |
|
| 67 |
+
| Table | Full Rows |
|
| 68 |
+
|-------|----------|
|
| 69 |
+
| access_logs | 50,045 |
|
| 70 |
| servers | 3 |
|
| 71 |
+
| **Total** | **50,048** |
|
| 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/access_logs.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|