• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

ArangoDB: ArangoDB 是一个开源的分布式原生多模型数据库 (Apache 2 license) ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

ArangoDB

开源软件地址:

https://gitee.com/mirrors/ArangoDB

开源软件介绍:

ArangoDB-Logo

ArangoDB

Slack: ArangoDB-Logo

ArangoDB is a scalable open-source multi-model database natively supporting graph, document and search. All supported data models & access patterns can be combined in queries allowing for maximal flexibility. ArangoDB runs on prem, in the cloud – anywhere.

ArangoDB Cloud Service

Oasis is the simplest way to run ArangoDB. Users can make deployments on all major cloud providers in many regions. Test ArangoDBs Cloud Service Oasis for free.

Getting Started

For the impatient:

  • Start the ArangoDB Docker container

    docker run -e ARANGO_ROOT_PASSWORD=test123 -p 8529:8529 -d arangodb/arangodb
  • Alternatively, download and install ArangoDB.Start the server arangod if the installer did not do it for you.

  • Point your browser to http://127.0.0.1:8529/

Key Features in ArangoDB

  • Multi-Model: Documents, graphs and key-value pairs — model your data asyou see fit for your application.
  • Joins: Conveniently join what belongs together for flexible ad-hocquerying, less data redundancy.
  • Transactions: Easy application development keeping your data consistentand safe. No hassle in your client.

Here is an AQL query that makes use of all those features:

AQL Query Example

Joins and transactions are key features for flexible, secure data designs,widely used in relational databases but lacking in many NoSQL products. However,there is no need to forgo them in ArangoDB. You decide how and when to use joinsand strong consistency guarantees, without sacrificing performance and scalability.

Furthermore, ArangoDB offers a JavaScript framework called Foxxthat is executed in the database server with direct access to the data. Build yourown data-centric microservices with a few lines of code. By extending the HTTP APIwith user code written in JavaScript, ArangoDB can be turned into a strictschema-enforcing persistence engine.

Other features of ArangoDB include:

  • Horizontal scalability: ArangoDB will seamlessly shard your data horizontally across multiple machines.
  • Use a data-centric microservices approach with ArangoDB Foxx and fuse yourapplication-logic and database together for maximal throughput
  • JavaScript for all: no language zoo, you can use one language from yourbrowser to your back-end
  • Flexible data modeling: model your data as combination of key-value pairs,documents or graphs - perfect for social relations
  • Powerful query language (AQL) to retrieve and modify data
  • Transactions: run queries on multiple documents or collections withoptional transactional consistency and isolation
  • Replication and Sharding: set up the database in a master-slaveconfiguration or spread bigger datasets across multiple servers
  • Configurable durability: let the application decide if it needs moredurability or more performance
  • Schema-free schemata let you combine the space efficiency of MySQL with theperformance power of NoSQL
  • index support: exploit the perfect index types for your different use cases, including document queries, graph queries, geo location queries, and fulltext searches
  • ArangoDB is multi-threaded - exploit the power of all your cores
  • Easy to use web interface and command-line client tools for interactionwith the server
  • It is open source (Apache License 2.0)

For more in-depth information read thedesign goals of ArangoDB

Latest Release

Packages for all supported platforms can be downloaded fromhttps://www.arangodb.com/download.

Please also check what's new in ArangoDB.

More Information

See our documentation for detailedinstallation & compilation instructions.

There is an introductory chaptershowing the basic operation of ArangoDB. To learn ArangoDB's query language check out theAQL tutorial.

Stay in Contact

We really appreciate feature requests and bug reports. Please use our Githubissue tracker for reporting them:

https://github.com/arangodb/arangodb/issues

You can use our Google group for improvements, feature requests, comments:

https://www.arangodb.com/community

StackOverflow is great for questions about AQL, usage scenarios etc.

https://stackoverflow.com/questions/tagged/arangodb

To chat with the community and the developers we offer a Slack chat:

https://slack.arangodb.com/


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
x-orm: 基于springboot和jdbc类似JFinal的orm发布时间:2022-03-24
下一篇:
canal-glue: 简化ETL工作,编写一个Canal胶水层发布时间:2022-03-24
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap