/api

REST API used by other processes to gather data

Primary LanguageGoGNU General Public License v3.0GPL-3.0

api

Go Report Card

API is a Go written program used by other process to access data

features

  • use scalable database system

how it work

  • The API process connect to the database (specified by env variable NATS_URI)
  • Start a http API using gorilla/mux and wait for request