Working with large maps

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

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

    Tools for transparent data transformation

  • It might be overkill but I saw that you use hashes and are probably trying to do pattern matching on objects; have you seen: meander?

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

    Immutable database and Datalog query engine for Clojure, ClojureScript and JS

  • An in-memory database like Datascript may be worth looking into. Otherwise you could take an indexing approach: put all the data into one big map indexed by some unique key, and have a bunch of supplementary indexes that are updated on insertion.

  • specter

    Clojure(Script)'s missing piece

  • Don't forget about specter which is efficient and compact due to its DSL.

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

  • Datalog in 100 lines of JavaScript (2022)

    5 projects | news.ycombinator.com | 22 Jan 2024
  • Introduction to Datalog

    6 projects | news.ycombinator.com | 15 Feb 2023
  • Data-recur meeting 3: Meander -- summary & video

    1 project | /r/Clojure | 2 Oct 2022
  • Data-recur meeting 3: general monthly - focusing on Meander

    1 project | /r/Clojure | 15 Sep 2022
  • Data transformation in Clojure

    4 projects | /r/Clojure | 5 Nov 2021