Manuel Aristarán
Manuel Aristarán
[MapDB](http://www.mapdb.org/) looks like a simpler and lighter alternative to LevelDB. There's a [jruby client](https://github.com/cmichon)
@marcusleandro, if you get around to contributing a PR to this, I would also love to merge it to [my fork of `neo4j-elasticsearch`](https://github.com/jazzido/neo4j-elasticsearch). BTW, that fork is what I'm using...
@jexp, I think what @rremigius's implemented is definitely a useful feature. I would also like to see a PR :)
Hi @jexp, Is there any documentation on how to implement a shell command? I've inherited my class from `AbstractApp` —just like in `neo4j-shell-tools`— but can't get Neo4j to recognize my...
Perfect, thanks.
Just for the record, this has been implemented in PR #8, from [my fork of `neo4j-elasticsearch`](https://github.com/jazzido/neo4j-elasticsearch/)
Sure. I'm willing to maintain my fork, as I'm using this in production and not merely as a demonstration. I also tried to avoid introducing a new dependency, but @graphaware's...
Depending on OpenCV is a deployment nightmare (at least that was our experience when developing tabula and tabula-extractor), it's just difficult to install for normal users. ## Manuel Aristarán http://jazzido.com...
> tabula-extractor uses JRuby and the JavaCV port of OpenCV. This is far easier to deal with, though it forces you onto JRuby and off of the MRI. Not anymore....
Hey @quom. That's a great point, and something that I've thought about. Unfortunately, I currently don't have the time to work on it. But of course, contributions are always welcome.