CrateDB, Machine Learning, and Hydroelectric Power: Part Two
2019-08-16
We go into some technical details of the VKW proof-of-concept and show you how to use Python to construct a machine learning model that can be used to predict events.
Read moreMachine Learning and CrateDB, Part Three: Experiment Design & Linear Regression
2019-02-13
In the third part of this miniseries, I show you how to predict the number of Twitter followers a user has using regression analysis.
Read moreMachine Learning and CrateDB, Part Two: Getting Started With Jupyter
2018-12-04
In part two of this miniseries, learn how to get started with machine learning using Python and Jupyter Notebook.
Read moreMachine Learning and CrateDB, Part One
2018-10-19
Part one of a miniseries that introduces you to the fundamentals of machine learning and shows you how to get started with some hands-on coding.
Read moreOn Writing Beautiful Tests
2018-08-30
Testing and thinking about modes of failure as you design code will help you to write more robust software, which is, in turn, easier to maintain. It also makes your code easier to refactor and easier to modify.
Read moreWhen is a SQL Subquery 260x Faster than a Left Join?
2017-08-17
Learn why SQL subquery performance was 260x faster than a left join when querying 4.6 millions rows of ecommerce cross-sell data in a CrateDB database.
Read moreBerlin and Geo Shapes in CrateDB
2015-12-10
In our last blogpost about Crate's spatial and geographic features we announced the support for the geo_point data type and related operations. Since that post, we have greatly improved our geographic features...
Read moreAnalyzing Germany’s weather with Crate.io
2015-09-02
A blog post about my experiments importing 236 million rows of data of the german weather service, DWD, into Crate.
Read more