Postgres regex search over 10,000 GitHub repositories (using only a Macbook)

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

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

    Production PostgreSQL for Kubernetes, from high availability Postgres clusters to full-scale database-as-a-service. (by CrunchyData)

  • There is also a fully open-source HA Postgres deployment on Kubernetes here (though I've never tried it): https://github.com/CrunchyData/postgres-operator

  • codesearch

    Discontinued Fast, indexed regexp search over large file trees

  • Check https://github.com/google/codesearch or https://swtch.com/~rsc/regexp/regexp4.html, this is actually possible.

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

    An open source time-series database for fast ingest and SQL queries

  • It would be interesting to see a speed-comparison with questdb. It supports regexp. https://questdb.io/docs/reference/sql/where/ "Query our demo dataset with 1.6 billion rows in milliseconds". https://questdb.io/

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