- Building Web Applications with Python and Neo4j
- Sumit Gupta
- 199字
- 2021-07-16 13:39:12
Chapter 1. Your First Query with Neo4j
Neo4j is a graph database and has been in commercial development for over a decade. It comes with several flavors, supporting a wide variety of use cases and requirements imposed by start-ups, large enterprises, and Fortune 500 customers. It is a fully transactional database; it supports Atomicity, Consistency, Isolation, Durability (ACID) and is also well equipped to handle the complexities introduced by various kinds of systems—web-based, online transaction processing (OLTP), data-warehousing, analytics, and so on.
This chapter will help you to understand the paradigm, applicability, various aspects, and characteristics of Neo4j as a graph database. It will guide you through the installation process, starting right from downloading and running your first Cypher query leveraging various interfaces/tools/utilities exposed by Neo4j against your fully-working instance.
At the end of this chapter, your work environment will be fully functional, and you will be able to write your first Cypher query to insert/fetch the data from the Neo4j database.
This chapter will cover the following points:
- Thinking in graphs for SQL developers
- Licensing and configuring – Neo4j
- Using the Neo4j shell
- Introducing the Neo4j REST interface
- Running queries from the Neo4j browser
- PostgreSQL技術內(nèi)幕:事務處理深度探索
- Java軟件開發(fā)基礎
- PhpStorm Cookbook
- HTML5+CSS3網(wǎng)站設計基礎教程
- 量化金融R語言高級教程
- Learning Laravel's Eloquent
- Creating Stunning Dashboards with QlikView
- Visual Foxpro 9.0數(shù)據(jù)庫程序設計教程
- ASP.NET程序開發(fā)范例寶典
- Visual Basic 6.0程序設計實驗教程
- 區(qū)塊鏈項目開發(fā)指南
- Oracle實用教程
- IBM Cognos TM1 Developer's Certification guide
- 玩轉(zhuǎn).NET Micro Framework移植:基于STM32F10x處理器
- Application Development with Parse using iOS SDK