uptime VS ws4sqlite

Compare uptime vs ws4sqlite and see what are their differences.

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
uptime ws4sqlite
1 7
- 390
- -
- 7.3
- 6 days ago
Go
- 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.

uptime

Posts with mentions or reviews of uptime. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-25.
  • Ask HN: Have you used SQLite as a primary database?
    19 projects | news.ycombinator.com | 25 Apr 2022
    When I maintained uptime.openacs.org (https://gitlab.com/siddfinch/uptime) and MyTurl (both running AOLserver) I wrote internal versions for a place I was working at.

    I switched from Postgres to SQLite for a couple of versions, put mainly because Postgres wasn't "supported" I called SQLite an "internal database thing".

    Worked flawlessly for about 7-8 years before both services were gobbled up into micro API services.

    At the last count, we have about 14,000 services checked by uptime (about 1,000 every 5 minutes, 2,000 every 10 minutes, the rest every 15). Probably had about 60,000 tinyurls in MyTurl. We also ran the MyTurl urls through uptime every night to look for bad links. The system go hammered, often.

    It took minor tweaking to get the the best performance out of the database and AOLserver has some nice caching features, which helped to take the load off the database a bit. But overall, it worked as well as the Postgres counterpart.

    And now, I have to figure out why I never released the SQLite version of both.

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 uptime and ws4sqlite you can also consider the following projects:

RocksDB - A library that provides an embeddable, persistent key-value store for fast storage.

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

ep-engine - Eventually Persistent in-memory database.

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

Sqinn-Go - Golang SQLite without cgo

sqlite-s3-query - Python functions to query SQLite files stored on S3

barrier - Open-source KVM software

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

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

ExtPay - The JavaScript library for ExtensionPay.com — payments for your browser extensions, no server needed.

nimforum - Lightweight alternative to Discourse written in Nim

Lieutenant