-
Notifications
You must be signed in to change notification settings - Fork 0
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
Provide statistics #29
Comments
What's the difference between these two? The database uses the concept URI as the primary key, so there should be no duplicates.
How would you use |
The data is converted to JSON and imported then, so we could also create a JSON dump and work in this. It's just a matter of convenience. |
I'll check the convert script whether the conversion to JSON works properly at the moment. I haven't tested it since we haven't used it at all. If it's easier for you to write a jq call that calculates the data than writing a small helper script in JavaScript, then go ahead. I wouldn't even know where to start. 😅 |
Added a small fix in 6f63368. Now the convert script correctly outputs ndjson when using it without the |
There is a statistics script on the dev branch. The server needs to be adjusted to server |
Can be calculated once and stored on disk (I'd use
jq
). Numbers such asThe text was updated successfully, but these errors were encountered: