arangodb初体验
20 Jan 2021
|
|
arangodb也是多模数据库,支持文档和图两种,支持mongodb式的操作json语法,也支持类似sql的方法
简单体验一下
在macos上非常好体验,直接brew就能安装
brew install arangodb
brew serivces start arangodb
brew services stop arangodb
注意是有密码的,我这里直接把密码关掉了,参考这个文档, 修改arangodb.conf 把authentication改成false重启就可以了
可以网页访问 http://localhost:8529/_db/_system/_admin/aardvark/index.html#collections
arangodb也提供了命令行 arangosh
备份 https://www.arangodb.com/docs/stable/backup-restore.html
replication appler是什么概念?https://www.arangodb.com/docs/stable/http/replications-replication-applier.html