Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gvanderest/api-drag-race
Just testing some API frameworks for science
https://github.com/gvanderest/api-drag-race
Last synced: 8 days ago
JSON representation
Just testing some API frameworks for science
- Host: GitHub
- URL: https://github.com/gvanderest/api-drag-race
- Owner: gvanderest
- Created: 2024-04-23T19:27:11.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T20:53:54.000Z (8 months ago)
- Last Synced: 2024-11-06T23:24:36.870Z (about 2 months ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.me
Awesome Lists containing this project
README
# API Drag Race
I'm just making some APIs for an undisclosed project and want to compare some similar workloads for the following:
- MongoDB Database
- CRUD Actions
- Input validationThen compare them across a few dimensions:
- Latency
- Error rates
- Throughput TPS (Might be difficult to measure locally)
- Write heavy - 90% write, 10% read
- Read heavy - 90% read, 10% write
- Lifecycle - Workloads of writing a record, reading it a bunch, then deleting it
- Random Access - Workloads of writing some records, reading random records, deleting random records