KonH / analyticsServer

Minimalistic analytics server written on Go and uses MongoDB as storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

analyticsServer

Summary

Status: In development

It is minimalistic analytics server written on Go and uses MongoDB as storage.

How it works

Send data:

  1. POST request to / with one event content
  2. Content parsed and saved in MongoDB

Get data:

  1. GET request to /
  2. If you need filtering, use ?key=value in url
  3. All suitable events returned

About

Minimalistic analytics server written on Go and uses MongoDB as storage


Languages

Language:Go 98.5%Language:Shell 1.5%