Mapping json fields in api calls to a struct to store them in a database or cache

This page summarizes the projects mentioned and recommended in the original post on /r/golang

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
  • GJSON

    Get JSON values quickly - JSON parser for Go

  • If the fields you need are just a small subset of the whole json, maybe https://github.com/tidwall/gjson might be of use to read only those (using jsonpath) without needing to create complete corresponding structs.

  • 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
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

  • Which CPU to buy based on profiling

    1 project | /r/golang | 27 Mar 2023
  • Jetro - transform and query JSON format

    1 project | /r/rust | 19 Mar 2023
  • Any way to convert unknown/dynamic json to generic object structure

    3 projects | /r/golang | 2 Mar 2023
  • Ad hoc JSON parsing

    4 projects | /r/golang | 16 Jan 2023
  • Is there a way to parse unstructured data?

    6 projects | /r/golang | 27 Nov 2022