Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Is anyone familiar with an open source alternative to the kdb+ time series database?
trial version cuts you off at a certain point though, which I would imagine is thoroughly unsatisfying...
I could not find any pricing on kbd+. They all refer to sales for a quote. What is the price range (if anyone know concrete numbers?)
Is anyone familiar with an open source alternative to the kdb+ time series database?
A+ is an C-APL hybrid. K is a crunchy Lisp kernel with APL sugarcoating. (I was expert in both, and APL of course ...)There is always A+. It was a predecessor to kdb.
Yep, I'm the creator and maintainer. I tried first the Apache Cassandra database, based on the tutorial Basic Time Series with Cassandra: http://rubyscale.com/blog/2011/03/06/basic-time-series-with-cassandra/. But, this was not the right approach for my case. In the end, I have written own database for large time series and familiar data model like KDB+.Open source K:
https://github.com/kevinlawler/kona/
Widebase looks interesting - you are the creator and maintainer, mysterion? Do everybody a favor and don't implement strict SQL (the COBOL of query languages) as the main query language. The q model isn't bad: do embed sql operations inside your base language.