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

Latest commit

 

History

History
15 lines (8 loc) · 417 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 417 Bytes

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