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

Add support for writing/reading arbitrary values not just floats #358

Closed
robskillington opened this issue Oct 4, 2017 · 0 comments
Closed
Labels
area:db All issues pertaining to dbnode

Comments

@robskillington
Copy link
Collaborator

robskillington commented Oct 4, 2017

Currently all the interfaces both at RPC and the package level only allow for float64 values to be written and read into M3DB.

There is no need for such such a restriction, as long as users can provide a stream encoder and decoder there's no reason why they can't write/read arbitrary data structures to M3DB for time series data.

Perhaps we can just add some generic write/read methods alongside the current specialized float64 methods.

@robskillington robskillington changed the title Update all interfaces to support writing/reading arbitrary values not just floats Add support for writing/reading arbitrary values not just floats Nov 13, 2017
@prateek prateek added the area:db All issues pertaining to dbnode label May 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:db All issues pertaining to dbnode
Projects
None yet
Development

No branches or pull requests

3 participants