8 Things I Like About Datomic
Yesterday evening, the 9th BigData.be MeetUp was organised at the offices of NGDATA in Ghent. With 45 people showing up, this was our best attended MeetUp till know, illustrating the growing popularity of Big Data in Belgium. The meeting had a line-up of three presentations:
- Kenny Helsens, who presented a wrap-up of the zimmo.be project
- Gabriel Reid, who gave an introduction to Apache Crunch, of which is is a committer
- Myself, giving a presentation on Datomic and FluxGraph
The presentation highlights various aspects that, to my opinion, set Datomic apart from other types of noSQL databases. At the end of the presentation, I introduced FluxGraph, a distributed, temporal graph database implemented on top of Datomic. FluxGraph implements the Tinkerpop Blueprints API and allows users to perform queries against a specific version of the graph in the past. Already looking forward to the next BigData.be MeetUp!
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)






Comments
Mark Ashworth replied on Tue, 2012/10/09 - 2:48am
Good day Davy,
I am trying to follow the code in GitHub and the introduction given to the Blueprint API documentation and I am wondering if there is an image that describes the relationship between in athlete, country, medal and why sometimes the code adds properties to vertex and other times it uses edges?
https://github.com/datablend/blueprints/blob/master/blueprints-datomic-graph/src/test/java/com/tinkerpop/blueprints/impls/datomic/TemporalGraphTest.java
I think it represents the following relationship between athlete and country but could you verify that is is correct?
Kind regards,
Mark P Ashworth
http://mpashworth.wordpress.com
Davy Suvee replied on Wed, 2012/10/10 - 1:58am
Hi Mark,
That is correct. I'm preparing a blog article that desribes the used example in full detail. Just need some time to finish it ;-)
Davy