Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement: export to sql #4

Open
thirschbuechler opened this issue Feb 24, 2017 · 4 comments
Open

enhancement: export to sql #4

thirschbuechler opened this issue Feb 24, 2017 · 4 comments

Comments

@thirschbuechler
Copy link
Contributor

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

@oshadmon
Copy link
Contributor

oshadmon commented May 23, 2018

@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: #15

(If this works issue can be closed)

@oshadmon
Copy link
Contributor

oshadmon commented Jun 3, 2018

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

@thirschbuechler
Copy link
Contributor Author

@oshadmon @nchah thanks, i'll give it a shot

@oshadmon
Copy link
Contributor

@thirschbuechler - If that doesn't work let me know, and I can enhance the code to do a write SQL to file as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants