Théo Crevon
Théo Crevon
Hi, I've read your article about dumping dbpedia to neo4j and I'm very interested in using your dumping util, but I'm not a javaist at all, and I really don'...
Hi, I'm extensively using the bats testing framework in [trousseau](https://github.com/oleiade/trousseau/tree/fix_tests_and_ci/tests). I have written a bunch of tests. Everything works fine on my laptop (OSX), and in vagrant boxes (Ubuntu 14.04),...
User should be able to convert durations to datetime and timedelta using operations such as `from`, `from_now`, `ago`. Example: ``` python import timedelta from datetime import datetime >>> Duration('1d').from_now(as=timedelta) timedelta(days=1)...
In order to reduce unpredictable disk seeks, my intuition is that the ability to create namespaces englobing databases would help. For example, creating the namespace `mynamespace` would actually create a...
See github.com/oleiade/Happening
DbStore loading is a bit ugly today: first we load the store from json file, then we update the name to uid index, and then we update each databases options...
The go msgpack package maintainer got it deprecated and asks users to switch to the new `codec` package: https://github.com/ugorji/go/tree/master/codec#readme Let's implement it.
Tests to add: - [ ] db store - [ ] db - [ ] api - [ ] messages - [ ] server