TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

InfluxDB has taken its open-source business to Silicon Valley

46 pointsby rhomlabout 10 years ago

8 comments

shanemhansenabout 10 years ago
I really want to love influxdb because I think the world needs a better answer to time series databases that doesn&#x27;t include java (OpenTSDB, Cassandra). The underlying storage engine (leveldb&#x2F;rocksdb) is quite solid. I&#x27;m currently running 3 nodes in production (for collecting stats) and doing a few thousand writes&#x2F;s. I&#x27;m not using any of the clustering features, I probably won&#x27;t even evaluate that until 0.9.<p>I&#x27;m currently running the latest 0.8.x release and there are a few issues:<p>1.My influxdb instances stop servicing reads once every 12 hours so I have a cron job that force restarts it. <a href="https://github.com/influxdb/influxdb/issues/1116" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;influxdb&#x2F;influxdb&#x2F;issues&#x2F;1116</a><p>2. Enabling the graphite plugin on the first run can crash the process (the creation of the default cluster admin user seems to be racy). Not a big deal except in automated deployment scenarios.<p>3. I lost an entire database (luckily it was just used for storing grafana graph definitions and not actual data).<p>4. I&#x27;m not sure if anyone&#x27;s currently working on their admin UI. I submitted a pull request to their admin UI to sort shards by ID because currently it randomizes the order on every load (I presume because of golang&#x27;s randomized map iteration). It&#x27;s sat there since January. The last PR they merged into that repo was in May of 2014.<p>I really want influxdb to be successful. Every organization I&#x27;ve worked for in the last few years has serious graphite scaling issues and influxdb is well positioned to fix those. I think even in it&#x27;s current state it&#x27;s a better option than graphite (and the influxdb-graphite plugin gives you all the graphite features).
评论 #9263646 未加载
infinotizeabout 10 years ago
Another InfluxDB user here. I&#x27;d done some evaluations with OpenTSDB and the Graphite suite, and while I had some concerns with stability and maturity the main things that sold me on it were:<p>* No dependencies. Compare this with setting up HDFS&#x2F;HBase and Graphite which is a real pain in the neck to manage, especially since my tsdb has to run on an arbitrary machine pool in a sandbox.<p>* Active development. This is a big one. Releases have been coming steadily and Paul &amp; co. do a good job of having a real roadmap and chipping away at it; this is probably my tipping point over Graphite.<p>* Clustering. Maybe it&#x27;s not there yet, but see above. Most tools in this space are not elastic at all.<p>* Grafana integration - seems like there is a good bit of momentum in that project in general which is promising.<p>PS Reading this it almost sounds like an ad, no I&#x27;m not affiliated with influx.<p>PPS logfile configuration for rotation&#x2F;cleanup would be a nice-to-have enhancement ;)
评论 #9264634 未加载
gtrubetskoyabout 10 years ago
Incidently I wrote a blog on it last week: <a href="http://grisha.org/blog/2015/03/20/influxdb-data/" rel="nofollow">http:&#x2F;&#x2F;grisha.org&#x2F;blog&#x2F;2015&#x2F;03&#x2F;20&#x2F;influxdb-data&#x2F;</a><p>The site says &quot;production ready in March&quot; - it seemed to me like there&#x27;s at least 3 months of work there given that most of the clustering features (e.g. how to rebuild a fialed node, how to expand the cluster, distributed queries) are not there.<p>My other concern with InfluxDB is that it doesn&#x27;t follow the fate of FoundationDB - get acquired by a giant corporation and disappear.
评论 #9264415 未加载
CSDudeabout 10 years ago
I am using InfluxDB in my research, to analyze resource utilizations of running applications and it has been very useful to me since, but I think it was supposed to be production ready this March. There are some bugs that occurs sometimes.
评论 #9263490 未加载
erichmondabout 10 years ago
Great product and smart pivot, I hope they do well. Them blowing up would be another win for the NYC tech scene (indirectly).
评论 #9263381 未加载
jacques_chesterabout 10 years ago
Denver office? Sounds like someone recruited a few Pivotal Labs alumni :)
评论 #9263659 未加载
bad_userabout 10 years ago
Any comparisons with KairosDB or OpenTSDB?
评论 #9273110 未加载
lasermike026about 10 years ago
Congrats Paul!<p>Mike (BMark Admin)
评论 #9264637 未加载