- Learning Neo4j 3.x(Second Edition)
- Jér?me Baton Rik Van Bruggen
- 120字
- 2021-07-08 09:37:40
The features
Neo4j offers different feature sets for different editions of the graph database management system:
- Community Edition: This is the basic, fully functional, high-performance graph database.
- Enterprise Edition: This adds a number of typical Enterprise features to
the Community Edition: clustering (for high availability and load balancing), advanced monitoring, advanced caching, online backups, and more. Neo Technology has a number of additional features lined up on the Enterprise Edition road map.
Most users of Neo4j start off with the Community Edition, but then deploy into production on the Enterprise Edition.
Since Enterprise Version 3.2, it is possible to deploy Neo4j as a cluster between different data centers, possibly on different continents, and still ensure that the transactions are ACID.
推薦閱讀
- Visual Basic程序設計(第3版):學習指導與練習
- 前端架構:從入門到微前端
- Python Geospatial Development(Second Edition)
- Podman實戰
- Full-Stack React Projects
- PhoneGap Mobile Application Development Cookbook
- D3.js 4.x Data Visualization(Third Edition)
- Active Directory with PowerShell
- Node.js:來一打 C++ 擴展
- Laravel Application Development Blueprints
- Python Machine Learning Cookbook
- Java程序設計及應用開發
- Learning PowerShell DSC(Second Edition)
- Python服務端測試開發實戰
- Drupal 8 Module Development