Neo4j in Action
eBook - ePub

Neo4j in Action

,
  1. 304 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Neo4j in Action

,
Book details
Table of contents
Citations

About This Book

Summary Neo4j in Action is a comprehensive guide to Neo4j, aimed at application developers and software architects. Using hands-on examples, you'll learn to model graph domains naturally with Neo4j graph structures. The book explores the full power of native Java APIs for graph data manipulation and querying.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Much of the data today is highly connected—from social networks to supply chains to software dependency management—and more connections are continually being uncovered. Neo4j is an ideal graph database tool for highly connected data. It is mature, production-ready, and unique in enabling developers to simply and efficiently model and query connected data. About the Book Neo4j in Action is a comprehensive guide to designing, implementing, and querying graph data using Neo4j. Using hands-on examples, you'll learn to model graph domains naturally with Neo4j graph structures. The book explores the full power of native Java APIs for graph data manipulation and querying. It also covers Cypher, Neo4j's graph query language. Along the way, you'll learn how to integrate Neo4j into your domain-driven app using Spring Data Neo4j, as well as how to use Neo4j in standalone server or embedded modes. Knowledge of Java basics is required. No prior experience with graph data or Neo4j is assumed. What's Inside

  • Graph database patterns
  • How to model data in social networks
  • How to use Neo4j in your Java applications
  • How to configure and set up Neo4j


About the Authors Aleksa Vukotic is an architect specializing in graph data models. Nicki Watt, Dominic Fox, Tareq Abedrabbo, and Jonas Partner work at OpenCredo, a Neo Technology partner, and have been involved in many projects using Neo4j. Table of Contents
PART 1 INTRODUCTION TO NEO4J

  • A case for a Neo4j database
  • Data modeling in Neo4j
  • Starting development with Neo4j
  • The power of traversals
  • Indexing the data
  • PART 2 APPLICATION DEVELOPMENT WITH NEO4J
  • Cypher: Neo4j query language
  • Transactions
  • Traversals in depth
  • Spring Data Neo4j
  • PART 3 NEO4J IN PRODUCTION
  • Neo4j: embedded versus server mode

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Neo4j in Action by in PDF and/or ePUB format, as well as other popular books in Computer Science & Databases. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Manning
Year
2014
ISBN
9781638351993

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Foreword
  5. Preface
  6. Acknowledgments
  7. About this Book
  8. About the Authors
  9. About the Cover Illustration
  10. Part 1. Introduction to Neo4j
  11. Part 2. Application Development with Neo4j
  12. Part 3. Neo4j in Production
  13. Appendix A. Installing Neo4j server
  14. Appendix B. Setting up and running the sample code
  15. Appendix C. Setting up your project to use SDN
  16. Appendix D. Getting more help
  17. Index
  18. List of Figures
  19. List of Tables
  20. List of Listings