Database Reference
In-Depth Information
Community Edition
Community Edition is a single node installation licensed under General Public License
( GPL ) Version 3— http://en.wikipedia.org/wiki/GNU_General_Public_License and is used
for:
• Development and QA environments for fast-paced developments
• Small-to-medium-scale applications where it is preferred to embed the database
within the existing application
Here are the main features of Neo4j Community Edition:
• Kernel API to intercept and customize Neo4j at a low level
• Core APIs to handle primitive operations on the graph
• APIs to query on the graph and retrieve data (Traversal API and Cypher Query
Language)
• JMX monitoring primitives about the state of a Neo4j instance
• Index APIs to retrieve specific data using a fast and clean API
• Several REST APIs to expose the operations mentioned earlier
• Neo4j shell as a command line REST shell-like client
• Neo4j browser as a graphical Neo4j administration tool on your browser
You can benefit from the support of the whole Neo4j community on Stack Overflow,
Google Groups, and Twitter.
Note
If you plan to ask a question on Stack Overflow, do not forget to tag your question with
#Neo4j hashtag.
Search WWH ::




Custom Search