jsevellec / cassandra-unit

Utility tool to load Data into Cassandra to help you writing good isolated JUnit Test into your application
GNU Lesser General Public License v3.0
424 stars 0 forks source link

Is production ready? #281

Closed rotilho closed 5 years ago

rotilho commented 5 years ago

I'm working in an embedded application which will handle high volume of data and I'm think to use cassandra for persistence layer.

Is this project production tier or is it just usable for unit test?

jsevellec commented 5 years ago

Hi Felipe,

The project is really oriented to facilitate the implementation of unit tests. I would not recommend to use it for production. I mean for the run of the production platform.

Regards,

Jérémy

Le sam. 13 oct. 2018 à 22:19, Felipe Rotilho notifications@github.com a écrit :

I'm working in an embedded application which will handle high volume of data and I'm think to use cassandra for persistence layer.

Is this project production tier or is it just usable for unit test?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jsevellec/cassandra-unit/issues/281, or mute the thread https://github.com/notifications/unsubscribe-auth/AAvtHLUGU6ntHqIr9s51zFGWrjEeLpRNks5ukkrAgaJpZM4Xazpf .

-- Jérémy

rotilho commented 5 years ago

Thanks :)