goanalytics
goanalytics copied to clipboard
Why not using postgres
Why not using postgres?
BTW, how to run this project and integrate with myself golang server?
well. mongodb is a document database and schema-free. it's quite easy to use. this project is a standalone server.
@lt90s it's possible make it compatible with postgres? mongodb is simple but most of my applications using postgres. it can avoid setup too many database enviroments.
@jinfagang you need to implement the storage.Counter interface using postgres and modify some code.