nitishm / vegeta-server

A RESTful API server for vegeta, a load testing tool written in Go.
MIT License
63 stars 17 forks source link

Switch from IAttackStore implementation from temporary map store to SQL (or NoSQL) implementation #22

Closed nitishm closed 5 years ago

nitishm commented 5 years ago

The current implementation is using a simple map based storage, which serves for an ephemeral store.

Switch this over to SQL or NoSQL (MongoDB)

nnashwin commented 5 years ago

Hey @nitishm, I’m interested in doing this. Are you leaning towards either one?

nitishm commented 5 years ago

Hey @ru-lai go ahead. I guess NoSQL would be better IMO but I am fine with either.