Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.
/ api Public archive

REST API used by other processes to gather data

License

Notifications You must be signed in to change notification settings

trandoshan-io/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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