$ grep -rn "#Databases" ./posts

SQL: Group Rows By Minute Intervals

When working with large datasets, especially event logs, it’s common to group data by specific time intervals to better analyze trends and……

SQL: powerful tricks with self-joins

If you are using SQL you know about the many types of joins, like inner join, left join, right, etc.. one particular powerful type of join……

Use curl to write dinfluxDB

In this article i will show you how to use curl a well known and trusted tool to write data to influxdb, probably now you are wondering……

How to configure a MongoDB

MongoDB is a cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents……