摘要:是一個(gè)有趣的新型多模型數(shù)據(jù)庫(kù),它融合了三種流行的數(shù)據(jù)模型文檔,圖形和鍵值存儲(chǔ)。一些其他功能,如數(shù)據(jù)庫(kù)端腳本終端也非常有趣的。試一試讓我們啟動(dòng)設(shè)置,并在上的上部署一個(gè)現(xiàn)成的設(shè)置。閱讀這篇文章的媒介預(yù)測(cè)是分鐘。
ArangoDB是一個(gè)有趣的新型多模型數(shù)據(jù)庫(kù),它融合了三種流行的數(shù)據(jù)模型:文檔,圖形和鍵值存儲(chǔ)。一些其他功能,如數(shù)據(jù)庫(kù)端腳本終端也非常有趣的。試一試!讓我們啟動(dòng)設(shè)置,并在Docker上的DigitalOcean上部署一個(gè)現(xiàn)成的ArangoDB設(shè)置。
閱讀這篇文章的媒介預(yù)測(cè)是2分鐘。您也可以在這段時(shí)間內(nèi)設(shè)置ArangoDB!其實(shí)你只需要點(diǎn)擊大約5次,然后執(zhí)行3個(gè)命令。
Create DigitalOcean Droplet with DockerRegister/Log-in to DigitalOcean and create a new droplet with docker preinstalled:
“Create Droplet” -> “One-click Apps” -> “Docker 17.03.0-ce on 16.04“
The versions might differ.
Choose your preferred settings (size, region etc.) and add an SSH key to access the droplet afterwards.
Install & start ArangoDBJust connect to your droplet (use your droplets IP and the SSH key)..
ssh -i /path/to/your/ssh-key root@12.345.67.89
.. and execute one single command (choose your custom password instead of ha2WF4qdHc):
docker run -e ARANGO_ROOT_PASSWORD=ha2WF4qdHc -p 8529:8529 -d arangodb/arangodb
The command does certain things
It downloads the newest ArangoDB docker image (because it is not yet
available on the droplet).
It installs the ArangeDB docker image,
creates a root user with the given password and starts the container.
It makes sure that the ArangoDB port 8529 is accessible from outside
the docker container.
Now, wo just have to open the port of the droplet to access the database from the “open” internet:
ufw allow 8529
Ready to create great apps with ArangoDB!
The database endpoint is ready for queries!
You can create databases, users, permissions and many more from the built-in ArangoDB interface. Just use the IP of your droplet and the default ArangoDB-Port 8529.
http://12.345.67.89:8529/
Have fun!
Find ArangoDB on Github
原文鏈接: https://medium.com/ninjaconce...
文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉(zhuǎn)載請(qǐng)注明本文地址:http://specialneedsforspecialkids.com/yun/26968.html
摘要:是一個(gè)有趣的新型多模型數(shù)據(jù)庫(kù),它融合了三種流行的數(shù)據(jù)模型文檔,圖形和鍵值存儲(chǔ)。一些其他功能,如數(shù)據(jù)庫(kù)端腳本終端也非常有趣的。試一試讓我們啟動(dòng)設(shè)置,并在上的上部署一個(gè)現(xiàn)成的設(shè)置。閱讀這篇文章的媒介預(yù)測(cè)是分鐘。 ArangoDB是一個(gè)有趣的新型多模型數(shù)據(jù)庫(kù),它融合了三種流行的數(shù)據(jù)模型:文檔,圖形和鍵值存儲(chǔ)。一些其他功能,如數(shù)據(jù)庫(kù)端腳本終端也非常有趣的。試一試!讓我們啟動(dòng)設(shè)置,并在Docke...
摘要:是一個(gè)有趣的新型多模型數(shù)據(jù)庫(kù),它融合了三種流行的數(shù)據(jù)模型文檔,圖形和鍵值存儲(chǔ)。一些其他功能,如數(shù)據(jù)庫(kù)端腳本終端也非常有趣的。試一試讓我們啟動(dòng)設(shè)置,并在上的上部署一個(gè)現(xiàn)成的設(shè)置。閱讀這篇文章的媒介預(yù)測(cè)是分鐘。 ArangoDB是一個(gè)有趣的新型多模型數(shù)據(jù)庫(kù),它融合了三種流行的數(shù)據(jù)模型:文檔,圖形和鍵值存儲(chǔ)。一些其他功能,如數(shù)據(jù)庫(kù)端腳本終端也非常有趣的。試一試!讓我們啟動(dòng)設(shè)置,并在Docke...
摘要:本人的學(xué)習(xí)筆記,主要是對(duì)我的第一本書從入門到實(shí)踐的學(xué)習(xí)記錄,并結(jié)合其他各種資源的學(xué)習(xí),歡迎大牛們指點(diǎn)。最新的容器引入了容器如,容器不再僅僅是一個(gè)單純的運(yùn)行環(huán)境。鏡像是基于聯(lián)合文件系統(tǒng)的一種層式的結(jié)構(gòu),由一系列指令一步步構(gòu)建處理。 本人的學(xué)習(xí)筆記,主要是對(duì)《我的第一本Docker書》、《Docker —— 從入門到實(shí)踐》的學(xué)習(xí)記錄,并結(jié)合其他各種資源的學(xué)習(xí),歡迎大牛們指點(diǎn)。 容器簡(jiǎn)介 ...
摘要:本文轉(zhuǎn)載自微信公眾號(hào)賬號(hào),作者為海航生態(tài)科技技術(shù)研究院大數(shù)據(jù)開發(fā)工程師高顏。文章介紹了海航生態(tài)科技輿情大數(shù)據(jù)平臺(tái)的容器化改造經(jīng)驗(yàn),包括初期技術(shù)架構(gòu)應(yīng)用容器化架構(gòu)遷移持續(xù)發(fā)布與部署。 本文轉(zhuǎn)載自微信公眾號(hào)Docker(賬號(hào):dockerone),作者為海航生態(tài)科技技術(shù)研究院大數(shù)據(jù)開發(fā)工程師高顏。 文章介紹了海航生態(tài)科技輿情大數(shù)據(jù)平臺(tái)的容器化改造經(jīng)驗(yàn),包括初期技術(shù)架構(gòu)、應(yīng)用容器化、架構(gòu)遷...
閱讀 3797·2021-09-29 09:34
閱讀 3770·2021-09-27 13:34
閱讀 566·2021-09-24 09:47
閱讀 3037·2019-08-30 15:53
閱讀 1808·2019-08-26 13:54
閱讀 2086·2019-08-26 13:43
閱讀 531·2019-08-23 14:47
閱讀 1741·2019-08-23 14:28