The Golang Saga: A Coder’s Journey There and Back Again. Part 3: The Graphing Conundrum

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • weather-project

    Weather analyzer pet project (by olgazju)

  • Let’s continue this coding adventure and explore the world of visualizations with Go! All the code used in this article can be found in this repository.

  • gonum/plot

    A repository for plotting and visualizing data (by gonum)

  • And with this map now we are ready to create a group bar chart for each station to find out which station is the best for each type of value. I found a helpful tutorial on gonum/plot, so I’m going to use plotter.NewBarChart for my purposes.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • go-plotly

    Go package for interacting with the Plotly webservice. (by baruchlubinsky)

  • Actually I even found a repo with wrapper functions for Plotly’s HTTP API on Go. It might be helpful in the future.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • PHP Doesn't Suck Anymore

    5 projects | news.ycombinator.com | 4 May 2024
  • AWS Serverless Diversity: Multi-Language Strategies for Optimal Solutions

    4 projects | dev.to | 28 Apr 2024
  • Pandas reset_index(): How To Reset Indexes in Pandas

    1 project | dev.to | 27 Apr 2024
  • Hierarchical Clustering

    1 project | news.ycombinator.com | 20 Apr 2024
  • Orange Data Mining

    1 project | news.ycombinator.com | 15 Apr 2024