|
|
|
|
|
by marvinblum
1982 days ago
|
|
You can check out the Pirsch Analytics core [0]. I'm the maintainer and can answer all your questions :) It probably contains most features you'll use when programming in Go. Take a look at the tracker.go for a concurrent collector. It also has a lot of parsing, a data model, database, http, public API, ... and UI is not required while learning Go I suppose. [0] https://github.com/pirsch-analytics/pirsch |
|