Skip to content

Commit 359995e

Browse files
feat: add api for preparing demo data (#1370)
This PR adds API to populate an empty Parseable server with demo / dummy data so users get an experience of Parseable. Here are the PRs: API GET /api/v1/demodata?action=ingest to ingest 10k records from the script GET /api/v1/demodata?action=filters to create saved sqls and saved filters from the script
1 parent 7a4e0b8 commit 359995e

File tree

10 files changed

+1159
-11
lines changed

10 files changed

+1159
-11
lines changed

Cargo.lock

Lines changed: 26 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ thiserror = "2.0"
122122
ulid = { version = "1.0", features = ["serde"] }
123123
xxhash-rust = { version = "0.8", features = ["xxh3"] }
124124
futures-core = "0.3.31"
125+
tempfile = "3.20.0"
125126

126127
[build-dependencies]
127128
cargo_toml = "0.21"

0 commit comments

Comments
 (0)