0% found this document useful (0 votes)
11 views1 page

ArangoDB Setup and Data Loading Guide

To implement ArangoDB, first run the 'docker-compose.yml' file with the command 'docker-compose up' to deploy the database. Then, access the database at 'localhost:8529' using the username 'root' and password 'mypassword'. Finally, install 'python-arango' and load data using the scripts provided in 'load_data.ipynb'.

Uploaded by

trancongytn
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

ArangoDB Setup and Data Loading Guide

To implement ArangoDB, first run the 'docker-compose.yml' file with the command 'docker-compose up' to deploy the database. Then, access the database at 'localhost:8529' using the username 'root' and password 'mypassword'. Finally, install 'python-arango' and load data using the scripts provided in 'load_data.ipynb'.

Uploaded by

trancongytn
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Instruction for implement ArangoDB and load data

(I pushed all of the files into repo)

Step1: Run file [Link] to deploy ArangoDB


using command: docker-compose up

Step2: Access localhost:8529

username:root
password: mypassword

Step2: install python-arango

Load data using scripts in load_data.ipynb

You might also like