umm, “mastodon is an open source alternative to Facebook “?
Yes? I would put mastodon as a competitor of Facebook, don't you?
Open Source Alternative To
81–90 of 110 posts
Re: Open Source Alternative To
#82Pipedream is listed as an OSS alternative to Integromat ... except it is just the automation that are open-sourced: https://www.opensourcealternative.to/project/Pipedream https://github.com/PipedreamHQ/pipedream The platform itself is not even source available. I think it's a bit disingenuous in that case. At Windmill ( https://github.com/windmill-labs/windmill ), we are actually building the OSS platform that you ca…
Re: Open Source Alternative To
#83A much better website is https://alternativeto.net Really great crowd-sourced recommendations with useful reviews. Though while AlternativeTo allows filtering by open-source status, it doesn't do so by license.
Since AT is crowdsourced, perhaps instead of discussing yet another list of alternatives, fellow HNers could go upvote software that they already use. Though this does require registration, of course.
Re: Open Source Alternative To
#84Pipedream is listed as an OSS alternative to Integromat ... except it is just the automation that are open-sourced: https://www.opensourcealternative.to/project/Pipedream https://github.com/PipedreamHQ/pipedream The platform itself is not even source available. I think it's a bit disingenuous in that case. At Windmill ( https://github.com/windmill-labs/windmill ), we are actually building the OSS platform that you ca…
Same with Netdata (DataDog alternative) where only the agent seems to be open-sourced (so is DataDog’s BTW). Seems like a bait-and-switch.
Re: Open Source Alternative To
#85What do people use as an alternative to SQS? I've had Kafka mentioned a few times but that's way heavier/more complicated than I need. Just a simple queue is perfect, and SQS' API is gloriously simple.
Going simpler as possible: Redis has a simple (but extremely powerful) Pub/Sub implementation[1] that should get you going for a long time. Postgres also have a simple notify API[2] you can mix it with your own tables and just "notify" that some changes were made (when people say you can do anything with postgres nowadays they are not joking). You probably can also roll your own implementation in any ACID database. J…
Re: Open Source Alternative To
#86Basically, just use the old AlternativeTo instead.
Re: Open Source Alternative To
#87Pipedream is listed as an OSS alternative to Integromat ... except it is just the automation that are open-sourced: https://www.opensourcealternative.to/project/Pipedream https://github.com/PipedreamHQ/pipedream The platform itself is not even source available. I think it's a bit disingenuous in that case. At Windmill ( https://github.com/windmill-labs/windmill ), we are actually building the OSS platform that you ca…
Same with Netdata (DataDog alternative) where only the agent seems to be open-sourced (so is DataDog’s BTW). Seems like a bait-and-switch.
Re: Open Source Alternative To
#88It's ironic that this site is a closed-source SAAS platform too...
Re: Open Source Alternative To
#89Re: Open Source Alternative To
#90This is a cool site, and I use a lot of these open source products. But let's not forget, when operating at scale, using a commercial version of these products becomes the right choice. While OSS InfluxDB is a great piece of software, we need HA and other features which are only available via their commercial version. You can administer a group of peoples vaults with 1Password, I don't think you can do that with Keep…