fsanaulla / chronicler-spark

InfluxDB connector to Apache Spark on top of Chronicler
Apache License 2.0
27 stars 4 forks source link

ALL: read capability from InfluxDB #14

Open fsanaulla opened 5 years ago

fsanaulla commented 5 years ago

implement InfluxRDD as a main abstraction

lukaszdudek-silvair commented 5 years ago

How much work there is to enable this? Do you have any specific tasks planned?

fsanaulla commented 5 years ago

In the research stage, plan to implement it as a next feature. The main challenge is correctly defined partitioning. I'll update about the progress.

fsanaulla commented 5 years ago

Need to be done before:

fsanaulla commented 5 years ago

All required changes are implemented in core. I'll start working on it.

fsanaulla commented 3 years ago

Separate HTTP RDD was implemented as a separate project, I'll integrate it as a separate module