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

change enumeration to use JSON array as outer container #12

Closed
jgehrcke opened this issue Mar 20, 2020 · 2 comments
Closed

change enumeration to use JSON array as outer container #12

jgehrcke opened this issue Mar 20, 2020 · 2 comments
Labels

Comments

@jgehrcke
Copy link
Owner

No description provided.

@jgehrcke jgehrcke added the task label Mar 20, 2020
jgehrcke added a commit that referenced this issue Mar 20, 2020
I did not want to break this,
but given the access numbers (<50 requests
in the last 24 hours) I think it is fair
to  better break that early than later.

The output of individual samples should be
_ordered_, i.e. in an array, so that once
can, for instance, easily access the last
sample.

Other consumer need to parse through the
individual timestamps anyway, it is
unlikely that consumers index a
map with an _exact_ time string.

This resolves issue #12.
@jgehrcke
Copy link
Owner Author

jgehrcke commented Mar 20, 2020

See commit message:

I did not want to break this,
but given the access numbers (<50 requests
in the last 24 hours) I think it is fair to 
better break that early than later.

The output of individual samples should be
_ordered_, i.e. in an array, so that one
can, for instance, easily access the last
sample.

Consumer sneed to parse through the
individual timestamps anyway: it is unlikely
that consumers index a map with an
_exact_ time string.

Sorry for the inconvenience, but I think this was really important.

@jgehrcke
Copy link
Owner Author

Resolved via ae7f386

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

No branches or pull requests

1 participant