
Access to Monitoring
Reported by Andreas Ronge | February 5th, 2011 @ 02:08 PM | in 1.0.0
Should be easy to get access to the:
http://wiki.neo4j.org/content/Monitoring_and_Deployment
Comments and changes to this ticket
-
Andreas Ronge February 9th, 2011 @ 01:30 PM
- State changed from new to resolved
(from [1c59b6dbf0e51f708574697ef7278cafdef1b597]) Added management for getting info about the running neo4j instance or cluster [#143 state:resolved]
Example: Neo4j.management.get_number_of_node_ids_in_use
https://github.com/andreasronge/neo4j/commit/1c59b6dbf0e51f70857469... -
Andreas Ronge April 24th, 2012 @ 03:24 PM
(from [5d4f8e95d167d130f474f6ae095beabddd53808f]) Impl create unique entites, Model.get_or_create, closes #143
- Bumped neo4j-wrapper to 0.0.10
- Using wrapper with support for search by array - #118 https://github.com/andreasronge/neo4j/commit/5d4f8e95d167d130f474f6...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Neo4j.rb is a graph database framework for JRuby.
It provides:
* Mapping of ruby objects to nodes in networks rather than in tables.
* Storage of ruby object to a file system.
* Fast traversal of relationships between nodes in a hugh node space.
* Transaction with rollbacks support.
* Indexing and quering of ruby objects.
* Integration with Rails
People watching this ticket
Referenced by
-
143 Access to Monitoring (from [1c59b6dbf0e51f708574697ef7278cafdef1b597]) Added m...