films golang bolt:Neo4j电影示例应用程序带有使用neo4j go driver的内置HTTP服务器 源码
Neo4j电影应用程序:快速入门 堆栈 这些是我们的Web应用程序的组件: 应用程序类型:Go-Web应用程序 Web框架: Neo4j数据库连接器:用于Cypher 数据库:具有多个数据库的Neo4j-Server(4.x) 前端:jquery,bootstrap, 使用或快速配置数据库。 终点: 取得电影 // JSON object for single movie with cast curl http://BASE_URL/movie/The Matrix // list of JSON objects for movie search results curl http://BASE_URL/search?q=matrix // JSON object for whole graph viz (nodes, links - arrays) curl http://
用户评论