- Learning Neo4j 3.x(Second Edition)
- Jér?me Baton Rik Van Bruggen
- 433字
- 2021-07-08 09:37:40
The license conditions
For the slightly more complicated bit, Neo Technology has chosen very specific licensing terms for Neo4j, which may seem a tad complicated but which actually really support the following goals:
- Promoting open source software
- Promoting community development of Neo4j
- Assuring long-term viability of the Neo4j project by providing for a revenue stream
This is achieved in the following ways:
- The Community Edition uses the GNU Public License Version 3 (GPLv3)
as its licensing terms. This means that you may copy, distribute, and modify the software as long as you track changes/dates of in-source files and keep modifications under GPL. You can distribute your application using a GPL library commercially, but you must also provide the source code. It is therefore a very viral license and requires you to open source your code--but only if your code directly interfaces with the Neo4j code through the Java API. If you are using the REST API, then there are little or no contamination effects, and you can just use Neo4j at will. - The Enterprise Edition uses a so-called dual license model. This means that users of the Neo4j Enterprise Edition can choose one of two options:
- They adhere to the Affero GNU Public License Version 3 (AGPLv3), which is sometimes also referred to as the GPL for the web.
-
- Get a Neo Technology Commercial License (NTCL). This license is a typical commercial subscription license agreement, which gives you the right to use Neo4j Enterprise Edition for a certain period of time on a certain number of machines/instances.
Neo Technology offers a number of different annual commercial subscription options, depending on the number of instances that you will deploy, the type of company you are (education, start-up, mid-sized corporation, or large corporation), the legal contract requirements of the agreement, and the support contract. For more information on the specifics of these bundles, which change regularly, you can contact licensing@neotechnology.com.
With that, we have wrapped up this section and will now proceed to getting our hands dirty with Neo4j on the different platforms available.
- Mastering Visual Studio 2017
- Java范例大全
- 自然語言處理實戰:預訓練模型應用及其產品化
- Building Modern Web Applications Using Angular
- Docker技術入門與實戰(第3版)
- Learning Spring 5.0
- Python深度學習
- C#程序設計(慕課版)
- Wireshark Network Security
- INSTANT Sencha Touch
- Learning Apache Kafka(Second Edition)
- Mastering Apache Maven 3
- HTML5從入門到精通 (第2版)
- Unity 2018 Shaders and Effects Cookbook
- TMS320LF240x芯片原理、設計及應用