Codebase as Database: Turning the IDE Inside Out with Datalog

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Creates Datomic dbs from git repos

  • This is a well composed idea. This reminds me slightly of (Rich's?) (Codeq)[https://github.com/Datomic/codeq] although this is really outlining code and scm logic and not syntax trees etc. I think I was always codeq would add something like this (for doing what you are doing to validate forms) but the input mechanism probably needed more hammock time

  • Glean

    System for collecting, deriving and working with facts about source code.

  • Meta uses something very much like this in production. It’s open sourced at https://glean.software/

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

    An Additional 100 Ideas for Computing https://samsquire.github.io/ideas4/

  • This is very good work

    One of my ideas is "lazy invariant maintenance". It should be possible to layer the tip of execution (what should go on next) with lazy incremental materialized invariants. Let the computer decide what is the most efficient approach to solving the computational problem. In other words everything is a query and queries are layered ontop of eachother in arbitrary directions. I think storage or source of truth should be decided by the software. It might be more efficient to arrange data a certain way to sustain multiple types of queries.

    https://github.com/samsquire/ideas4#20-lazy-arrange-or-invar...

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