Sunbird-cQube / community

Community repo for cQube where documentation, discussions, etc are enabled.
MIT License
3 stars 7 forks source link

API performance #743

Closed htvenkatesh closed 1 year ago

htvenkatesh commented 1 year ago
  1. Create an API to find the performance for the api for 100k/sec records.
  2. Below are the details for the actions to perform using following tech -nodejs + fastify + ajv + nest
    • Receive 3 distinct event schema
    • validate event schema using ajv
    • append to 3 distinct output csv
    • approach: using wrk (https://github.com/wg/wrk) to load api and measure append time
RNarmatha commented 1 year ago

Moved to JIRA