flyctl
litestream
Our great sponsors
flyctl | litestream | |
---|---|---|
366 | 128 | |
882 | 7,962 | |
7.1% | - | |
0.0 | 7.6 | |
7 days ago | 9 days ago | |
Go | Go | |
Apache License 2.0 | Apache License 2.0 |
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.
flyctl
-
Deploying ML models straight from Jupyter Notebooks
Once we finished playing around with the model locally, let’s cast our final spell for the day 🧙♂️ and deploy the model to fly.io:
-
.Net dev using rails for side hustle
If you dockerize your .net app you can run it on https://fly.io free tier with a Postgres database! You don’t need IIS or MSSQL.
-
Which is the best place to deploy my Django app for free?
checkout https://render.com/ or https://fly.io for free plans. as of deploy, you need to provide more info about your project. Do you use docker? How do you want to deploy? Etc.
-
Cal.com: The Open-Source Calendly Alternative
Better yet, pick a few shades of grey ranging from white to black and a few shades of _one_ other colour. https://fly.io/ comes to mind. Also, here is a great video on choosing colour: https://www.youtube.com/watch?v=mq8LYj6kRyE
-
What's the best CMS to start with if you're already a programmer?
Hmmmm. I've had some trouble recently where (I think) the Strapi app crashed, when uploading some files (due to the fly.io machines having rather limited resources, where my media would still be listed in the library but, for example the images wouldn't show up - file missing, basically).
- Please suggest ways for hosting a springboot application.
-
Free service to deploy a Laravel and Vue hobby project?
fly.io for laravel/mysql. Vue with netlify
-
What's the difference between GitOps and Ci/CD
This is what my github action is doing currently. Its reading the repo to see if there are any changes, then recreates the docker container and sends it to fly.io. - Then it also creates another container and sends it to dockerhub. When it sends to Fly.io, the website is automatically updated. So any changes on the repo are reflected on the website immediately. Its the same as having a firewall in a linux instance that is guided by the githubaction. Anytime someone makes a change to the file that is in the repo, the firewall gets updates when the instance is recreated. Also if someone deleted the instance the instance would reappear the moment anyone made a change to the repo.
what app? you mean the github action? It doesn't run on a local server, it's hosted on fly.io
-
Heroku and the Rails path
These services are the most similar https://fly.io/ https://render.com/ https://railway.app/ If you can pay for hosting you can choose one and stick with it. If not, you'll have to use a combination of the limited free tiers each offer.
litestream
-
SQLite-based databases on the Postgres protocol? Yes we can
- Ben is developing https://github.com/superfly/litefs at Fly after stopping the streaming replication effort https://github.com/benbjohnson/litestream/issues/8
- And, of course, SQLite has announced a new backend that hopes to support concurrent writes and streaming replication: https://sqlite.org/hctree/doc/hctree/doc/hctree/index.html
What a time for SQLite
-
Oban is getting support for SQLite
I guess you can always use https://litestream.io
-
LiteSync – Easy synchronization of SQLite databases
then there is https://github.com/benbjohnson/litestream
-
Ask HN: What is your distributed and fault-tolerant PostgreSQL setup?
Beginning with Litestream may be an option.
-
Silver Bullet - Personal Knowledge Management
Yes https://litestream.io
-
Databases: 2021 in Review and Predictions for 2022
The very problem of SQLite: Single user only. Although SQLite does have WAL but it still doesn't allow you to do concurrent write unless you want to see file corruption.
This means SQLite is very much locked to things that works with one specific purpose and almost nothing else.
Another problem (although without solving the single user mindset this wouldn't be a problem at all) is high availability. You want to make sure that your database won't get lost do you.
Things like Litestream [1] attempts to solve the SQLite backup problem it by continuously saving the database state and pack t up to S3-compatibles or file system but its just half the story. You want to make sure your operation not stopping. This is where HA comes in to save you from an emergency fixup when you are enjoying your holiday.
-
Writing down what I do – in Obsidian
I'm using Syncthing with NotePlan and Caddy in a similar way, it should be doable as long as Joplin can sure individual files.
Here's how I do it: https://notes.alinpanaitiu.com/How%20I%20write%20this%20blog...
If you want to sync an SQLite DB of articles instead, you can also do that with Litestream: https://litestream.io
-
Deploying Strapi to AWS with AppPack
Was just reminded of https://litestream.io/ which may be the best fit if you don't need to scale beyond one container.
- Litestream doesn't do SQLite replication anymore (LiteFS does)
-
Postgres Full Text Search vs. the Rest
This hasn't made the front page of HN (maybe someone should post it), but Litestream actually doesn't do replication that way any more -- I stumbled upon this commit like 2 days ago:
What are some alternatives?
vercel - Develop. Preview. Ship.
rqlite - The lightweight, distributed relational database built on SQLite
pocketbase - Open Source realtime backend in 1 file
realtime - Broadcast, Presence, and Postgres Changes via WebSockets
s6-overlay - s6 overlay for containers (includes execline, s6-linux-utils & a custom init)
k8s-mediaserver-operator - Repository for k8s Mediaserver Operator project
Dokku - A docker-powered PaaS that helps you build and manage the lifecycle of applications
podman-compose - a script to run docker-compose.yml using podman
supabase - The open source Firebase alternative. Follow to stay updated about our public Beta.
sql.js - A javascript library to run SQLite on the web.
sqlcipher - SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features.
datasette - An open source multi-tool for exploring and publishing data