Spring Data Neo4j Webinar Follow up
Thanks again everyone for attending the Intro to Spring Data Neo4j webinar. We hope you enjoyed the presentation and learned a lot. We answered all of your questions below. Feel free to use the listed resources to learn more or to discuss your open questions with us.
Spring Data Neo4j is a reflection of a graph's nature: they are able to work and play well with other systems, while making it easy to make sense of connected data. It also demonstrates that indeed, graphs are everywhere. For more examples of this, be sure to come to GraphConnect in San Francisco, November 5-6 at the Hyatt Regency. There will be talks by hot start-ups, community contributors, and established enterprises telling their own graph story.
1. Slides: Intro to Spring Data Neo4j from jexp
2. GitHub Repository with the Twitter-Graph sample: https://github.com/jexp/sdn-twitter-graph
Spring Data Neo4j is a reflection of a graph's nature: they are able to work and play well with other systems, while making it easy to make sense of connected data. It also demonstrates that indeed, graphs are everywhere. For more examples of this, be sure to come to GraphConnect in San Francisco, November 5-6 at the Hyatt Regency. There will be talks by hot start-ups, community contributors, and established enterprises telling their own graph story.
1. Slides: Intro to Spring Data Neo4j from jexp
2. GitHub Repository with the Twitter-Graph sample: https://github.com/jexp/sdn-twitter-graph
Your Questions and our Answers
Q: Do I always have to start the traversal at the root node?
A: It is possible to start a traversal from any node, or set of nodes. Those nodes can be looked up via and index or their id.
Q: What kind of tools are available to explore graph databases/like Toad, Navicat, etc.?
A: You can use the neo4j shell to explore the graph with cypher and other commands, the shell is also available in the Neo4j Server Web interface. The Web interface also offers simple visualization. Other tools are Neoclipse. But it is pretty simple to write a custom visualization, e.g. with JavaScript.
Q: With hibernate, the created SQL can be helpful when trying to do some performance analysis of my queries. Is there something comparable for Neo4j? Or another way to optimize queries?
A: You can set debug to level INFO and then the generated cypher queries are logged. SDN has custom queries where you can specify exactly how the query looks. We support Cypher and Gremlin.
http://static.springsource.org/spring-data/data-graph/snapshot-site/reference/html/#d0e1736
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/301743/viewspace-740957/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Neo4j之四_Spring-Data-neo4jSpring
- set up different data screen(masterial master) for different userAST
- a type "complete deletion of data target contents process cannot follow process" Excute Infopacakge
- spring boot neo4j 整合配置(四)Spring Boot
- Spring Data JpaSpring
- Spring Data JPA之Spring Data JPA快速入門(三)Spring
- Spring Boot:整合Spring Data JPASpring Boot
- Spring Data 教程 - RedisSpringRedis
- Spring Data Jpa APISpringAPI
- iOS swift 2 2 拒絕2 23 Apps must follow the iOS Data Storage GuidelineiOSSwiftAPPGUIIDE
- Spring Data JPA 的使用Spring
- 什麼是Spring Data?Spring
- Spring Data JPA:解析CriteriaBuilderSpringUI
- Spring Data JPA:解析CriteriaQuerySpring
- Spring Data JDBC介紹SpringJDBC
- spring data jpa查詢Spring
- 使用 Spring Data RepositoriesSpring
- spring-session-data-redisSpringSessionRedis
- Spring Data Solr 教程: 排序SpringSolr排序
- 瞭解 Spring Data JPASpring
- spring data jpa 小結Spring
- Spring Data JPA中TransactionInterceptorSpring
- Follow訂閱源認證
- Spring Boot with Spring Data JPA (1) - ConceptSpring Boot
- Spring Data Redis 最佳實踐!SpringRedis
- Spring Data JPA原始碼案例Spring原始碼
- 使用 Spring Data Repositories(下)Spring
- Spring Data JPA:解析SimpleJpaRepositorySpring
- spring-data-mongodb常用操作SpringMongoDB
- Spring Data JPA簡單使用Spring
- Spring Data JPA REST Query CriteriaSpringREST
- Spring Data Redis Stream的使用SpringRedis
- Spring Data Commons審計Spring
- Spring Data JDBC參考文件SpringJDBC
- JPA/Hibernate/Spring Data概念Spring
- Spring Data JPA 詳盡指南Spring
- spring data jpa 常見用法Spring
- spring-data-redis遇到twemproxySpringRedis