goanalytics icon indicating copy to clipboard operation
goanalytics copied to clipboard

Why not using postgres

Open lucasjinreal opened this issue 5 years ago • 3 comments

Why not using postgres?

BTW, how to run this project and integrate with myself golang server?

lucasjinreal avatar Jul 27 '20 07:07 lucasjinreal

well. mongodb is a document database and schema-free. it's quite easy to use. this project is a standalone server.

lt90s avatar Jul 31 '20 03:07 lt90s

@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.

lucasjinreal avatar Jul 31 '20 07:07 lucasjinreal

@jinfagang you need to implement the storage.Counter interface using postgres and modify some code.

lt90s avatar Aug 03 '20 06:08 lt90s