mirror of https://gitee.com/bigwinds/arangodb
updated README
This commit is contained in:
parent
0cee230680
commit
348ec5f12f
|
@ -51,7 +51,7 @@ systemddir=/lib/systemd/system
|
|||
install_message="
|
||||
|
||||
ArangoDB (https://www.arangodb.org)
|
||||
A universal open-source database with a flexible data model for documents,
|
||||
A multi-purpose open-source database with a flexible data models for documents,
|
||||
graphs, and key-values.
|
||||
|
||||
First Steps with ArangoDB:
|
||||
|
|
7
README
7
README
|
@ -1,6 +1,6 @@
|
|||
ArangoDB
|
||||
|
||||
ArangoDB is a universal open-source database with flexible data model for
|
||||
ArangoDB is a multi-purpose open-source database with flexible data models for
|
||||
documents, graphs, and key-values. Build high performance application using a
|
||||
convenient sql-like query language or JavaScript/Ruby extensions.
|
||||
Key features include:
|
||||
|
@ -15,14 +15,15 @@ Key features include:
|
|||
* Flexible data modeling: model your data as combination of key-value pairs,
|
||||
documents or graphs - perfect for social relations
|
||||
* Free index choice: use the correct index for your problem, be it a skip list
|
||||
or a n-gram search
|
||||
or a fulltext search
|
||||
* Configurable durability: let the application decide if it needs more
|
||||
durability or more performance
|
||||
* No-nonsense storage: ArangoDB uses all of the power of modern storage
|
||||
hardware, like SSD and large caches
|
||||
* Powerful query language (AQL) to retrieve data
|
||||
* Transactions**: run queries on multiple documents or collections with optional
|
||||
* Transactions: run queries on multiple documents or collections with optional
|
||||
transactional consistency and isolation
|
||||
* Replication: set up the database in a master-slave configuration
|
||||
* It is open source (Apache Licence 2.0)
|
||||
|
||||
For more in-depth information
|
||||
|
|
|
@ -6,7 +6,7 @@ ArangoDB
|
|||
Master: [](http://travis-ci.org/triAGENS/ArangoDB)
|
||||
Devel: [](http://travis-ci.org/triAGENS/ArangoDB)
|
||||
|
||||
ArangoDB is a universal open-source database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript/Ruby extensions.
|
||||
ArangoDB is a multi-purpose open-source database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript/Ruby extensions.
|
||||
|
||||
Key features include:
|
||||
|
||||
|
@ -15,11 +15,12 @@ Key features include:
|
|||
* JavaScript for all: **no language zoo**, you can use one language from your browser to your back-end
|
||||
* ArangoDB is **multi-threaded** - exploit the power of all your cores
|
||||
* **Flexible data modeling**: model your data as combination of key-value pairs, documents or graphs - perfect for social relations
|
||||
* Free **index choice**: use the correct index for your problem, be it a skip list or a n-gram search
|
||||
* Free **index choice**: use the correct index for your problem, be it a skip list or a fulltext search
|
||||
* Configurable **durability**: let the application decide if it needs more durability or more performance
|
||||
* No-nonsense storage: ArangoDB uses all of the power of **modern storage hardware**, like SSD and large caches
|
||||
* **Powerful query language** (AQL) to retrieve data
|
||||
* **Transactions**: run queries on multiple documents or collections with optional transactional consistency and isolation
|
||||
* **Replication**: set up the database in a master-slave configuration
|
||||
* It is **open source** (Apache Licence 2.0)
|
||||
|
||||
For more in-depth information
|
||||
|
|
Loading…
Reference in New Issue