Ask HN: Is there any demand on time-series data mining?
https://news.ycombinator.com/item?id=8623091Hi HN!
I'm building time-series database. It seemed that there is some demand for solution that can store metrics and draw graphs (something like graphite or influxdb).
My db is different. I'm trying to create database that can be used to mine time-series data efficiently (at low cost and low effort). It will be able to perform similarity search (given one time-series find the most similar), motif search, clustering and so on. Functionality is very similar to jMotif only implemented as distributed database. No graphing and no interaction with graphite so far! :)
Is there any demand for such thing in software industry?