-
Notifications
You must be signed in to change notification settings - Fork 3
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
Create endpoint for user data #1416
Comments
Input data example:
|
Questions:
|
Might be nice to know how much data we expect in the CSV. UPD: We have a requirement about the supported data volume from our Leistungsbeschreibung for Koblenz:
Re-tested for 20000 entries: We might want to think about the performance optimization then? |
Regarding hash validity checks: We could also require that the first entry is a dummy entry with a hash deduced from dummy data. I think for other hashes we can only check their length. (as I've written in #1499 I think we should not add these parameters to the hashes). |
I don't think 30s would be a problem. It should only run once a week and we may require that it only runs at night for example. |
Is your feature request related to a problem? Please describe.
Create an http put endpoint that receives user data.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: