Versions Compared

Key

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

...

Since datalake can log the message from the DMaap to several different external databases, such as Elasticsearch, Couch Base, MongoDB, Relational databases...etc. Once Datalake is successfully deployed, you can start to deploy configure the external databases and configure the sink databases through our admin UI. The following sections will guide you to deploy datalake microservice, including cloudify blueprint upload, deployment, and un-deployment.

...

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

Deploy  external database

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