Neo4j | |
数据库模式 | Graph |
官网 | https://neo4j.com/ |
说明文档 | http://neo4j.com.cn/public/docs/index.html |
安装说明 | |
数据类型说明 | http://neo4j.com.cn/public/docs/chapter3/index.html |
DDL说明 | |
元数据说明 | |
示例代码 | https://gitee.com/anyline/anyline-simple/tree/master/anyline-simple-data-jdbc-dialect/anyline-simple-data-jdbc-neo4j |
驱动类 | org.neo4j.jdbc.Driver |
驱动下载 | |
驱动maven | |
JDBC-URL | jdbc:neo4j:http://{host}:{port:7474} |
支持语言 | .Net,Clojure,Elixir,Go,Groovy,Haskell,Java,JavaScript,Perl,PHP,Python,Ruby,Scala |
支持接口 | Bolt protocol,Cypher query language,Java API,Neo4j-OGM Object Graph Mapper,RESTful HTTP API,Spring Data Neo4j,TinkerPop 3 |
Neo4j可以支持部分JDBC
driver=org.neo4j.jdbc.Driver
url=jdbc:neo4j:http://localhost:7474