Hacker News new | ask | show | jobs
by rikroots 2498 days ago
I've played with ArangoDB[1] last year, when I was doing a self-learning sprint. While I never reached any level of proficiency in it, I did enjoy using it, and I'm still intrigued by the idea of a combined "graph, document, and key/value [data models] in a single core with the same query language"

I put my 'boilerplate experiment' code up on GitHub[2] after my self-learning sprint petered out, mainly in the hope that one day someone will come along and point out some of the more obvious errors and bad assumptions I made when building the boilerplate - I learn best from my errors!

[1] https://www.arangodb.com/ [2] https://github.com/KaliedaRik/boilerplate-experiment