(no title)
suprememoocow | 8 years ago
Unfortunately our neo4j setup as it stands really doesn't scale. At an application-level we're built error-handling to gracefully handle the frequent outages we experience running it.
These are probably our fault, rather than a failing in the product, but I've wanted to replace the current neo4j-based suggestion algo with a new one that uses batching/clustering for a while. As soon as I get a chance, I would like to remove the dependency we have on neo4j.
Gudahtt|8 years ago
Additionally, Neo4j does support clustering with their Enterprise edition. It also has much better tooling (better metrics/logging, backups, etc.). It is AGPL licensed, so there's no reason not to use it really.
sandGorgon|8 years ago
Since it uses Gremlin, you should not have that big a problem in porting.
Communitivity|8 years ago
If you want pure Open Source then Titan might be a good fit for Gitter. http://titan.thinkaurelius.com/
suprememoocow|8 years ago
Thanks for your recommendations. I'll definitely check them out.
maxdemarzi|8 years ago
suprememoocow|8 years ago
I'm not going to be changing anything around the suggestions any time soon, but who should I get in touch with when I do?
maxdemarzi|8 years ago
[deleted]