Neo4j - davidkhala/database GitHub Wiki

  • Connected data, suitable for social network and search index, Both nodes and relationships can have metadata
  • Embeddable in java application(Neo4A)
  • Scriptable in Groovy(the one used in gradle)
  • Query language: Cypher
  • Develop platform: Self-contained web admin
  • Transaction operations supported
  • Since 2004

Blogs

Design

  • 有sharding
  • 不支持auto partition,但可以手动partition