- Neo4j High Performance
- Sonal Raj
- 164字
- 2021-07-23 20:17:10
Chapter 1. Getting Started with Neo4j
Graphs and graph operations have grown into prime areas of research in computer science. One reason for this is that graphs can be useful in representing several, otherwise abstract, problems in existence today. Representing the solution space of the problem in terms of graphs can trigger innovative approaches to solving such problems. It's simple. Everything around us, that is, everything we come across in our day-to-day life can be represented as graphs, and when your whiteboard sketches can be directly transformed into data structures, the possibilities are limitless. Before we dive into the technicalities and utilities of graph databases with the topics covered in this chapter, let's understand what graphs are and how representing data in the form of graph databases makes our lives easier. The following topics are dealt with in this chapter:
- Graphs and their use
- NoSQL databases and their types
- Neo4j properties, setup, and configurations
- Deployment on the Amazon and Azure cloud platforms
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- Web應用系統開發實踐(C#)
- What's New in TensorFlow 2.0
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- SQL語言從入門到精通
- Hands-On Enterprise Automation with Python.
- VMware虛擬化技術
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- Mastering PowerCLI
- RESTful Web API Design with Node.js
- Python滲透測試編程技術:方法與實踐(第2版)
- Java EE程序設計與開發實踐教程
- 你好!Python