Sha256: 9f4fb48d98283bd5184a0c89ae26d46703422f8a6aa6137962ca433465f72110

Contents?: true

Size: 1.61 KB

Versions: 8

Compression:

Stored size: 1.61 KB

Contents

# Welcome to Neo4j.rb [![Build Status](https://secure.travis-ci.org/andreasronge/neo4j.png?branch=master)](http://travis-ci.org/andreasronge/neo4j) [![Coverage Status](https://coveralls.io/repos/andreasronge/neo4j/badge.png)](https://coveralls.io/r/andreasronge/neo4j) [![Code Climate](https://codeclimate.com/github/andreasronge/neo4j.png)](https://codeclimate.com/github/andreasronge/neo4j)

Neo4j.rb is an Active Model compliant Ruby/JRuby wrapper for [the Neo4j graph database](http://www.neo4j.org/). It uses the [neo4j-core](https://github.com/andreasronge/neo4j-core) and [active_attr](https://github.com/cgriego/active_attr) gems.

## Version 3.0.0.alpha.X

Unstable !

* [Wiki](https://github.com/andreasronge/neo4j/wiki/Neo4j-v3)
* [Basic Rails 4 Example](https://github.com/andreasronge/neo4j/blob/master/example/blog/README.md)

## Version 2.x

For the stable 2.x version, see [here](https://github.com/andreasronge/neo4j/tree/2.x)

## Contributing

* Have you found a bug, need help, or have a patch ?
* Just clone neo4j.rb and send me a pull request or email me.
* Do you need help - send me an email (andreas.ronge at gmail dot com).

## License

* Neo4j.rb - MIT, see the [LICENSE](http://github.com/andreasronge/neo4j/tree/master/LICENSE).
* Lucene -  Apache, see the [Lucene Documentation](http://lucene.apache.org/java/docs/features.html).
* Neo4j - Dual free software/commercial license, see [Licensing Guide](http://www.neo4j.org/learn/licensing).

**Notice:** There are different licenses for the `neo4j-community`, `neo4j-advanced`, and `neo4j-enterprise` jar gems. Only the `neo4j-community` gem is required by default.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
neo4j-3.0.0.alpha.11 README.md
neo4j-3.0.0.alpha.10 README.md
neo4j-3.0.0.alpha.9 README.md
neo4j-3.0.0.alpha.8 README.md
neo4j-3.0.0.alpha.7 README.md
neo4j-3.0.0.alpha.6 README.md
neo4j-3.0.0.alpha.5 README.md
neo4j-3.0.0.alpha.4 README.md