Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeMidnight
titleDelete blueprint
linenumberstrue
cfy blueprints delete datalake-feeder
cfy blueprints deltet datalake-admin-ui

Deploy  Deploy external database

Code Block
languagebash
themeMidnight
titleDelete blueprintDeploy MongoDB as the external database
linenumberstrue
# For example, setup MongoDB as the external databases
docker run -d -p 27017:27017 --name mongodb mongo
docker start mongodb

...