Skip to content

edersonbrilhante/globomap-hands-on

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GloboMap Hands on

Application responsible for reading and writing in ARANGODB. This application has a RESTFul API.

Starting Project:

Cloning projects

$ git clone https://github.com/globocom/globomap-api
$ git clone https://github.com/globocom/globomap-core-loader
$ git clone https://github.com/globocom/globomap-ui

Uping projects

$ cd globomap-api; docker-compose up -d
Configure API: https://github.com/globocom/globomap-api#running-local-with-docker
$ cd globomap-core-loader; docker-compose up -d
$ cd globomap-ui; docker-compose up -d

Verifying projects

$ docker ps

All projects needed
globomap_api
globomap_db
globomap_keystone
globomap_loader
globomap_loader_api
globomap_loader_db_mysql
globomap_loader_queue
globomap_redis
globomap_ui

Running Project

Creating collections, edges and graphs

$ python3.6 base.py

Insering documents

$ python3.6 insert.py

Open in browser

http://localhost:8888/

Presentation slides

Brazilian portuguese

https://speakerdeck.com/edersonbrilhante/mapeando-1-milhao-de-recursos-em-uma-cloud

Licensing

Globo Map API is under Apache 2 License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages