Polygon: Json Database System designed to run on small servers (as low as 16MB) and still be fast and flexible.

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

    PolygonDB is an alternative to MongoDB that provides a developer-friendly experience and less resources hungry.

  • chai

    Modern embedded SQL database (by chaisql)

  • Some example of embeddable database could be genji, badger and boltdb

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

  • Some example of embeddable database could be genji, badger and boltdb

  • bolt

  • Some example of embeddable database could be genji, badger and boltdb

  • jsoniter

    A high-performance 100% compatible drop-in replacement of "encoding/json" (by json-iterator)

  • Json-iterator (https://github.com/json-iterator/go), you can replace all of encoding/json with this. It does the same thing but it's faster.

  • gabs

    For parsing, creating and editing unknown or dynamic JSON in Go

  • Gabs v2 (github.com/Jeffail/gabs/v2 ), this just makes working with interfaces more easier.

  • websocket

    Discontinued A fast, well-tested and widely used WebSocket implementation for Go.

  • As for Websockets, (https://github.com/gorilla/websocket) it uses ws.NextReader() to handle heavy loads of connections.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • Handling high-traffic HTTP requests with JSON payloads

    5 projects | /r/golang | 7 Dec 2023
  • Rob Pike: Gobs of data (2011)

    10 projects | news.ycombinator.com | 4 Dec 2023
  • A Journey building a fast JSON parser and full JSONPath

    5 projects | news.ycombinator.com | 11 Oct 2023
  • How can we umarshal a Big JSON effectively?

    4 projects | /r/golang | 16 Nov 2022
  • JSON/Struct to Database Schema Options

    3 projects | /r/golang | 9 Jun 2022