Forráskód Böngészése

Update logo, claim, key features, managed service

Simran Spiller 2 éve
szülő
commit
f528ddab33
3 módosított fájl, 8 hozzáadás és 14 törlés
  1. 1 1
      arangodb/README-short.txt
  2. 7 13
      arangodb/content.md
  3. BIN
      arangodb/logo.png

+ 1 - 1
arangodb/README-short.txt

@@ -1 +1 @@
-ArangoDB - a distributed database with a flexible data model for documents, graphs, and key-values.
+ArangoDB - a scalable graph database system to drive value from connected data, faster.

+ 7 - 13
arangodb/content.md

@@ -1,10 +1,8 @@
 # What is ArangoDB?
 
-ArangoDB is a multi-model, 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 extensions. Use ACID transactions if you require them. Scale horizontally and vertically with a few mouse clicks.
+ArangoDB is a scalable graph database system to drive value from connected data, faster. Native graphs, an integrated search engine, and JSON support, via a single query language.
 
-ArangoDB runs everywhere: On-prem, in the cloud and also on [ArangoDB's Cloud Service Oasis](https://cloud.arangodb.com/home).
-
-The supported data models can be mixed in queries and allow ArangoDB to be the aggregation point for your data.
+ArangoDB runs everywhere: On-prem, in the cloud, and as a managed cloud service: [ArangoGraph Insights Platform](https://cloud.arangodb.com/home).
 
 > [arangodb.com](https://arangodb.com)
 
@@ -12,20 +10,16 @@ The supported data models can be mixed in queries and allow ArangoDB to be the a
 
 ## Key Features in ArangoDB
 
-**Multi-Model** Documents, graphs and key-value pairs — model your data as you see fit for your application.
-
-**Joins** Conveniently join what belongs together for flexible ad-hoc querying, less data redundancy.
-
-**Transactions** Easy application development keeping your data consistent and safe. No hassle in your client.
+**Native Graph** Store both data and relationships, for faster queries even with multiple levels of joins and deeper insights that simply aren't possible with traditional relational and document database systems.
 
-Joins and Transactions are key features for flexible, secure data designs, widely used in RDBMSs that you won't want to miss in NoSQL products. You decide how and when to use Joins and strong consistency guarantees, keeping all the power for scaling and performance as choice.
+**Document Store** Every node in your graph is a JSON document: flexible, extensible, and easily imported from your existing document database.
 
-Furthermore, ArangoDB offers a microservice framework called [Foxx](https://www.arangodb.com/why-arangodb/foxx) to build your own Rest API with a few lines of code.
+**ArangoSearch** Natively integrated cross-platform indexing, text-search and ranking engine for information retrieval, optimized for speed and memory.
 
 #### ArangoDB Documentation
 
--	[ArangoDB Documentation](https://www.arangodb.com/documentation)
--	[ArangoDB Tutorials](https://www.arangodb.com/tutorials)
+-	[Learn ArangoDB](https://www.arangodb.com/learn/)
+-	[Documentation](https://www.arangodb.com/docs/)
 
 ## How to use this image
 

BIN
arangodb/logo.png