hyg
hyg

Reputation: 11

find a free,cluster working influxdb

I'm going to use influxdb to store a lot of iot data from sensors. As the last cluster version of influxdbv0.11 is not ready to use in production, and the Relay HA is too young too, is there another way to scale-out influxdb? eg:

  1. What are the maturity of the last cluster version of influxdb v0.11? Should I customize v0.11 or try other cost-saving way.
  2. How about use kafka infront of influxdb to buffer data when influxdb got down?
  3. How about sharding?Is there any detailed document about sharding in influxdb( https://influxdata.com/high-availability/)?

Any way, I just want to find a free, cluster working influxdb.

Upvotes: 1

Views: 1706

Answers (1)

Michael Desa
Michael Desa

Reputation: 4747

Other than InfluxDB Relay there isn't a free way to scale out InfluxDB.

Upvotes: 1

Related Questions