/plushcap/analysis/influxdata/getting-started-with-c-sharp-and-influxdb

Getting Started with C# and InfluxDB

What's this blog post about?

This tutorial teaches how to set up a time series database (TSDB) in a C# application using InfluxDB. TSDBs are ideal for handling large data sets focused on time stamps or time-based queries, and InfluxDB is the most popular choice. The article guides users through installing InfluxDB using Docker, creating a .NET console application, and writing/reading data to/from InfluxDB. It also demonstrates how to use Flux query language for more complex queries against stored data.

Company
InfluxData

Date published
Aug. 25, 2021

Author(s)
Community

Word count
1700

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.