Noticed that you're storing the data as binary in Couchbase. In addition to generating graphs from the data with Grafana, I was hoping to get to the stored data to do additional things with the data for reporting and/or analysis unrelated to Grafana using either CB's views of N1QL. Also, with the Full Text search capabilities now being exposed directly in CB 4.5 DP, of course none of that binary data would be useful for that. Why not store the data as JSON in CB?
Noticed that you're storing the data as binary in Couchbase. In addition to generating graphs from the data with Grafana, I was hoping to get to the stored data to do additional things with the data for reporting and/or analysis unrelated to Grafana using either CB's views of N1QL. Also, with the Full Text search capabilities now being exposed directly in CB 4.5 DP, of course none of that binary data would be useful for that. Why not store the data as JSON in CB?