github-traffic-stats
github-traffic-stats copied to clipboard
enhancement: export to sql
export to a database, e.g. sql would be awesome. someone has done something similar already, but in MS Visual Studio: https://github.com/Microsoft/GitHubTelemetryParsor
@thirschbuechler and @nchah - In a new fork, I have updated the original main to connect to a PostgresSQL database, and send the results there. https://github.com/oshadmon/github-traffic-stats
PR: https://github.com/nchah/github-traffic-stats/pull/15
(If this works issue can be closed)
@thirschbuechler - PR #15 is merged. Please let me know if that's good enough, or you want actual SQL file.
Just as FYI you can do pg_dump to send data in PSQL to SQL file.
@oshadmon @nchah thanks, i'll give it a shot
@thirschbuechler - If that doesn't work let me know, and I can enhance the code to do a write SQL to file as well.