Re: I'm starting a new startup big project, should I use Janus as main database to store all my data?
Kelvin Lawrence <kelvin....@...>
Hi there, I don't think it would be appropriate to make definitive recommendations as to whether or not to use Janus in production for your needs. The best way to decide on that is to install it and run some tests. What I do know is that on this list a number of people have indicated they either already are or plan to build solutions that include Janus Graph. As to your other questions here are some answers. Janus graph supports the Gremlin query and traversal language that let's you add, delete, update nodes and edges to a graph. Janus supports numerous back end stores that include Cassandra, HBase and Berkley DB and it can also run just in memory which is good for testing. The graph data is persisted to the back end store. Deciding which back end store to use will depend on many factors. You will want to consider things like number of users and whether you care more about consistency or availability when making that choice. I would encourage you to install Janus and run some tests and see what works best for your needs. I'm sure people on this list can help if you encounter issues as you experiment. HTH Kelvin
On Wednesday, August 2, 2017 at 8:56:53 AM UTC-5, Augusto Will wrote:
|
|