Skip to content

API abstract used to mapping of infrastructure, services and processes of Globo.com

License

Notifications You must be signed in to change notification settings

juanaugusto/globomap-api

 
 

Repository files navigation

Globo Map API

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

Starting Project:

make docker

Running Tests:

make docker (When project not started yet.)
make tests

Plugin environment variables configuration

All of the environment variables below must be set for the api to work properly.

Variable Description Example
ARANGO_DB Database name globomap
ARANGO_USERNAME Database user user
ARANGO_PASSWORD Database password password
ARANGO_PROTOCOL Database protocol https
ARANGO_PORT Database port 8529
ARANGO_HOST Database host arangodb.domain.com

About

API abstract used to mapping of infrastructure, services and processes of Globo.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.3%
  • Makefile 1.7%