This is a mini project to make a database in ArangoDB . One has to create movies database:that should contain actors, movies and directors tables and remaining tables its your wish. The project should have few queryFunctions like
- actors movie list.
- movie list of given 2 actors.
- movies list of given actor, director.
- list of directors the actor done movies with.
This project has been created using python-Arango and it's CRUD operation.
For ArangoDB installation visit the link : https://www.arangodb.com/docs/stable/installation.html