How do you keep track of your integrations?

The modern ecosystem of applications, cloud integration tools and data stores is amazing. FAAS means we are not limited by setting up and keeping an eye on servers and the work involved seems to get less and less every day.

It’s amazing because this means we can have as much we want and this leaves us delivering awesome value to the businesses we work for. It’s quick too, we can set things up, change things around and respond to business needs quickly.

Neo4J

Submitted by code_admin on Fri, 11/15/2019 - 15:39

Server setup

Run container with new data volume
Shell into the container

Set initial password

  1. neo4j-admin set-initial-password <password>

(Only works if run before db is started so won't work in docker container)

Shell