Alternatives to JSON and gjson as a document datastore?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • GJSON

    Get JSON values quickly - JSON parser for Go

  • Before implementing it myself, I'm checking to see if there is anyone who knows a data format (like json, msgpack, xml, yaml, protobuf, custom binary protocol - anything...) that is more compact than JSON and has a library for go that allows queries to be done on the data (like gjson does for json, check here for more info: https://github.com/tidwall/gjson)

  • cbor-java

    Java implementation of RFC 7049: Concise Binary Object Representation (CBOR)

  • Maybe this? http://cbor.io/ Haven't used it personally but I've read good things about it and the documentation makes sense.

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

    Fast key-value DB in Go.

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