Sunday, September 03, 2017

Analyzing Financial Time Series Data Using MariaDB ColumnStore

DZone Database Zone
Analyzing Financial Time Series Data Using MariaDB ColumnStore

MariaDB ColumnStore is a GPLv2 open-source columnar database built on MariaDB Server. It is a fork and evolution of the former InfiniDB. It can be deployed in the cloud (optimized for Amazon Web Services) or on a local cluster of Linux servers using either local or networked storage. In this blog post, I will show some examples of analysis of financial time series data using MariaDB ColumnStore.

Free Forex Historical Data at HistData.com

First of all, we will download Forex historical data (GBPUSD M1 Full 2016 Year Data), which is freely available on HistData.com. HistData.com forex historical data look like:

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...