Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 validation

Then 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