appendable

Appendable is an append-only, schema-less, daemon-less database. (by kevmo314)

Appendable Alternatives

Similar projects and alternatives to appendable

  • sql.js

    43 appendable VS sql.js

    A javascript library to run SQLite on the web.

  • 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better appendable alternative or higher similarity.

appendable reviews and mentions

Posts with mentions or reviews of appendable. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-05.
  • Show HN: Appendable – Index JSONL data and query via CDN
    3 projects | news.ycombinator.com | 5 Mar 2024
    Hi HN! A friend and I were inspired by projects like https://github.com/sql-js/sql.js and the idea of querying files served over CDN with HTTP range requests. We started thinking: what would a database that was specifically designed for this type of use case look like? So we started building one, and we landed on a functional prototype that we're pretty proud of!

    With our prototype, Appendable, we're able to serve and query large (GB+) datasets by hosting them on a static file host like Amazon S3 or Cloudflare R2 without running a separate server and worrying about things like tail latency, replication, and connection pooling -- all that is handled for us by the file hoster.

    Additionally, one tenet that we have been following is Appendable won't touch your underlying data, so your jsonl file is preserved and we point at that data instead of consuming it into an Appendable-specific file format. This keeps your data yours and makes it easy to introspect the data: just open it up with your favorite editor aka vim.

    We're curious what you think, we're excited to build this out further to get the performance even better and add features like pubsub. Everything is open source at https://github.com/kevmo314/appendable.

    Kevin and Matthew

  • Show HN: Appendable – A Statically Hosted Database
    2 projects | news.ycombinator.com | 27 Nov 2023
    Hey HN, I was inspired by protomaps's (https://protomaps.com/) use of HTTP Range requests and wondered if it would be possible to build an entire database off of this premise, namely querying the database without a backend service.

    Turns out, I got it to work! I've created a demo here: https://kevmo314.github.io/appendable/ and observe that it queries GitHub Pages, so nothing but static hosting while fetching a fraction of the underlying data (ie proportional to the result set, not the input set). The hope is that for certain datasets, the Appendable can be used to host the database with static file hosting instead of the traditional, more expensive database service routes.

    The demo right now is pretty bare bones as I was pretty excited to get it working, but I outlined an aspirational roadmap in the linked repository that includes more features.

    Thanks for checking it out!

  • Show HN: Appendable – A
    1 project | news.ycombinator.com | 26 Nov 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 9 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic appendable repo stats
5
10
9.5
4 days ago

The primary programming language of appendable is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com