sqlite-s3-query VS ws4sqlite

Compare sqlite-s3-query vs ws4sqlite and see what are their differences.

sqlite-s3-query

Python functions to query SQLite files stored on S3 (by michalc)
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
sqlite-s3-query ws4sqlite
5 7
240 390
- -
7.5 7.3
about 2 months ago 7 days ago
Python Go
MIT License ISC License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sqlite-s3-query

Posts with mentions or reviews of sqlite-s3-query. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-09.

ws4sqlite

Posts with mentions or reviews of ws4sqlite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-11.
  • ws4sqlite v0.12.1 released - connect to sqlite via HTTP/"REST"
    2 projects | /r/Database | 11 Aug 2022
    If you are interested, feel free to browse the git repo, read the documentation (with a tutorial) or connect to the discord channel.
  • Ask HN: Have you used SQLite as a primary database?
    19 projects | news.ycombinator.com | 25 Apr 2022
    I am using sqlite where a simple persistence layer is needed, both as the sole in the project or along with a full-fledged database. There are many such projects, once you realize that a database is just an abstraction; for example, for caching in a larger project, or to store results for a subsection of the project. But of course also for smaller, standalone projects.

    Also, take a look at ws4sqlite (https://germ.gitbook.io/ws4sqlite/) for a middle ground between SQLite (embedded) and rqlite/dqlite: it's "normal" sqlite addressable via web services. May be useful in some scenarios.

  • Hacker News top posts: Mar 11, 2022
    3 projects | /r/hackerdigest | 11 Mar 2022
    Ws4sqlite: Query SQLite via HTTP\ (30 comments)
  • Ws4sqlite: Query SQLite via HTTP
    1 project | /r/hackernews | 11 Mar 2022
    8 projects | news.ycombinator.com | 10 Mar 2022
  • A remote JSON interface for SQLite, in Go
    3 projects | /r/golang | 13 Feb 2022
    ws4sqlite is a web service layer on one (or more) SQLite databases. It’s written in Go, over mattn's go-sqlite3, and allows to use HTTP POST requests to submit SQL statements to a database, in a transaction. It can “serve” multiple databases at once, supports authentication, “stored queries”, in-memory databases, maintenance (vacuum/backups), batching and several other security features and configurations.

What are some alternatives?

When comparing sqlite-s3-query and ws4sqlite you can also consider the following projects:

sqlite3vfshttp - Go sqlite3 http vfs: query sqlite databases over http with range headers

tuql - Automatically create a GraphQL server from a SQLite database or a SQL file

athena-sqlite - A SQLite driver for S3 and Amazon Athena 😳

dashera - DasherA is a Data General DASHER D200/D210 terminal emulator

Sqinn-Go - Golang SQLite without cgo

sql.js-httpvfs - Hosting read-only SQLite databases on static file hosters like Github Pages

barrier - Open-source KVM software

ngx_http_mbtiles_module - A nginx module to serve map tiles directly from mbtiles container files

go-sqlite3 - sqlite3 driver for go using database/sql