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

InfluxDB backend #47

Closed
JEnoch opened this issue Nov 3, 2020 · 1 comment
Closed

InfluxDB backend #47

JEnoch opened this issue Nov 3, 2020 · 1 comment
Assignees
Labels
enhancement Existing things could work better

Comments

@JEnoch
Copy link
Member

JEnoch commented Nov 3, 2020

Add a backend for InfluxDB that will:

  • allow creation of storages, each mapping to a database
  • store each zenoh path/value publication as a point where:
    • each path will correspond to a measurement
    • each value will be converted as a string to be stored as point's value
    • the the zenoh's timestamp's time will be used as InfluxDB timestamp
    • the zenoh's encoding and the full timestamp will be set as tags within the point
  • support selectors with starttime and stoptime properties, using those as time in WHERE clauses
@kydos kydos added the enhancement Existing things could work better label Nov 5, 2020
JEnoch added a commit that referenced this issue Nov 12, 2020
@JEnoch
Copy link
Member Author

JEnoch commented Nov 18, 2020

Done.
Documentation on http://zenoh.io/docs/manual/backend-influxdb/

@JEnoch JEnoch closed this as completed Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Existing things could work better
Projects
None yet
Development

No branches or pull requests

2 participants