https://github.com/tadghh/actix-json-gen
Create JSON Data 🎉
https://github.com/tadghh/actix-json-gen
Last synced: 3 months ago
JSON representation
Create JSON Data 🎉
- Host: GitHub
- URL: https://github.com/tadghh/actix-json-gen
- Owner: tadghh
- Created: 2025-01-12T17:55:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T00:38:25.000Z (3 months ago)
- Last Synced: 2025-02-24T01:28:53.126Z (3 months ago)
- Language: Rust
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Actix Data Generator
A primitive random data generator
- Can query with pretty print
- Supported sizes are KB to TB```sh
curl "http://127.0.0.1:8080/generate?size=1500mb&format=json"
curl "http://127.0.0.1:8080/generate?size=100mb&format=csv"
```- The `size` parameter specifies the target size of the generated content.
- The `format` parameter supports either JSON or CSV.
- default: `json`### Bugs
- Progress indicator may end up falling short.