Unverified Commit 2c23fece authored by Alagappan's avatar Alagappan Committed by GitHub

docs: Update installation document to clarify sample data ingestion process (#587)

* Update installation document to clarify sample data ingestion process

* Minor clarification
parent 2716fc5d
...@@ -16,10 +16,10 @@ The following instructions are for setting up a version of Amundsen using Docker ...@@ -16,10 +16,10 @@ The following instructions are for setting up a version of Amundsen using Docker
# For Atlas # For Atlas
$ docker-compose -f docker-amundsen-atlas.yml up $ docker-compose -f docker-amundsen-atlas.yml up
``` ```
4. Ingest dummy data into Neo4j by doing the following: _(Please skip if you are using Atlas backend)_ 4. Ingest provided sample data into Neo4j by doing the following: _(Please skip if you are using Atlas backend)_
* Change directory to the [amundsendatabuilder](https://github.com/lyft/amundsendatabuilder) submodule. * In a separate terminal window, change directory to the [amundsendatabuilder](https://github.com/lyft/amundsendatabuilder) submodule.
* Run the following commands in the `amundsendatabuilder` upstream directory: * `sample_data_loader` python script included in `examples/` directory uses _elasticsearch client_, _pyhocon_ and other libraries. Install the dependencies in a virtual env and run the script by following the commands below:
```bash ```bash
$ python3 -m venv venv $ python3 -m venv venv
$ source venv/bin/activate $ source venv/bin/activate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment