{"id":30883383,"url":"https://github.com/globocom/globomap-api","last_synced_at":"2025-09-08T09:45:18.648Z","repository":{"id":52160939,"uuid":"97282116","full_name":"globocom/globomap-api","owner":"globocom","description":"API abstract used to mapping of infrastructure, services and processes of Globo.com","archived":false,"fork":false,"pushed_at":"2022-10-17T16:20:25.000Z","size":535,"stargazers_count":15,"open_issues_count":2,"forks_count":5,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-06T08:36:37.350Z","etag":null,"topics":["api-restful","flask","globo","globomap","python36"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/globocom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-15T00:29:05.000Z","updated_at":"2023-03-01T21:20:05.000Z","dependencies_parsed_at":"2023-01-20T02:36:35.873Z","dependency_job_id":null,"html_url":"https://github.com/globocom/globomap-api","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/globocom/globomap-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/globocom%2Fglobomap-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/globocom%2Fglobomap-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/globocom%2Fglobomap-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/globocom%2Fglobomap-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/globocom","download_url":"https://codeload.github.com/globocom/globomap-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/globocom%2Fglobomap-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274166945,"owners_count":25233959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-restful","flask","globo","globomap","python36"],"created_at":"2025-09-08T09:45:16.332Z","updated_at":"2025-09-08T09:45:18.627Z","avatar_url":"https://github.com/globocom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Globo Map API\n\nApplication responsible for reading and writing in ARANGODB. This application has a RESTFul API.\n\n## Starting Project:\n\n` make dynamic_ports` \u003cbr\u003e\n` make containers_build ` (Build images.) \u003cbr\u003e\n` make containers_start ` (Up containers) \u003cbr\u003e\n\n## Running local with docker:\n\n` make dynamic_ports` \u003cbr\u003e\n` make containers_build ` (When project not started yet.) \u003cbr\u003e\n` make containers_start ` (When project not started yet.) \u003cbr\u003e\n\n## Running Tests:\n\n` make containers_build ` (When project not started yet.) \u003cbr\u003e\n` make containers_start ` (When project not started yet.) \u003cbr\u003e\n` make tests `\n\n## Plugin environment variables configuration\n\nAll of the environment variables below must be set for the api to work properly.\n\n| Variable                           |  Description                                                                | Example                    |\n|------------------------------------|-----------------------------------------------------------------------------|----------------------------|\n| ARANGO_DB                          | Database name                                                               | globomap                   |\n| ARANGO_USERNAME                    | Database user                                                               | user                       |\n| ARANGO_PASSWORD                    | Database password                                                           | password                   |\n| ARANGO_PROTOCOL                    | Database protocol                                                           | https                      |\n| ARANGO_PORT                        | Database port                                                               | 8529                       |\n| ARANGO_HOST                        | Database host                                                               | arangodb.domain.com        |\n| VARIABLES of globomap-auth-manager | [globomap-auth-manager](https://github.com/globocom/globomap-auth-manager)  | --                         |\n\nEnvironment variables needed for the Zabbix plugin to work properly\n\n| Variable                    |  Description            | Example                    |\n|-----------------------------|-------------------------|----------------------------|\n| ZABBIX_API_URL              | Zabbix API endpoint     | https://ro.api.zabbix.com  |\n| ZABBIX_API_USER             | Zabbix username         | username                   |\n| ZABBIX_API_PASSWORD         | Zabbix password         | xyz                        |\n| ZABBIX_UI_URL               | Zabbix endpoint         | https://zabbix.com         |\n\n\n### Environment variables configuration from external libs\nAll of the environment variables below must be set for the application to work properly.\n\n[globomap-auth-manager](https://github.com/globocom/globomap-auth-manager)\n\n### Requirements:\n#### Collections in ArangoDB:\nmeta_collection \u003cbr\u003e\nmeta_graph \u003cbr\u003e\nmeta_query \u003cbr\u003e\ninternal_metadata \u003cbr\u003e\n\n#### Roles in Keystone:\nglobomap_admin \u003cbr\u003e\nglobomap_read \u003cbr\u003e\nglobomap_write \u003cbr\u003e\n\n## Simple Example\nComplete flow with [python](https://github.com/edersonbrilhante/globomap-hands-on)\n\n## Licensing\nGlobo Map API is under [Apache 2 License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglobocom%2Fglobomap-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglobocom%2Fglobomap-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglobocom%2Fglobomap-api/lists"}