- Learning Neo4j 3.x(Second Edition)
- Jér?me Baton Rik Van Bruggen
- 152字
- 2021-07-08 09:37:42
Using Neo4j in a Docker container
Now, what if you want to install Neo4j locally, without really installing it on a server, and not have to face the Cinderella effect of the time limit of the Sandbox? Docker comes to the rescue!
Docker is a technology of virtualization that allows you to run images of a system without the weight of a virtual machine. I encourage you to look at this technology, as it allows you to do continuous deployment ( CD) of applications.
For Docker-related books, look at this URL on the Packt website: https://www.packtpub.com/all?search=docker.
For Docker-related books, look at this URL on the Packt website: https://www.packtpub.com/all?search=docker.
Our goal will be to run a Neo4j Docker image so that we will be able to access the running image as if it was a separate server. For this part, we will use the community edition on Linux Mint, which is based on Ubuntu. Therefore, our examples are given for a GNU/Linux host
推薦閱讀
- Processing互動(dòng)編程藝術(shù)
- 零基礎(chǔ)學(xué)MQL:基于EA的自動(dòng)化交易編程
- Learning Apache Kafka(Second Edition)
- Python漫游數(shù)學(xué)王國(guó):高等數(shù)學(xué)、線性代數(shù)、數(shù)理統(tǒng)計(jì)及運(yùn)籌學(xué)
- Reactive Android Programming
- The Complete Coding Interview Guide in Java
- Scala編程實(shí)戰(zhàn)(原書第2版)
- Learning OpenStack Networking(Neutron)
- Nginx實(shí)戰(zhàn):基于Lua語(yǔ)言的配置、開發(fā)與架構(gòu)詳解
- Java編程的邏輯
- Mockito Essentials
- Simulation for Data Science with R
- Node.js 6.x Blueprints
- 算法訓(xùn)練營(yíng):海量圖解+競(jìng)賽刷題(入門篇)
- HTML5+CSS+JavaScript深入學(xué)習(xí)實(shí)錄