this post was submitted on 21 Nov 2023
2 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 10 months ago

Will be checking for this one for sure, That fast !

[–] [email protected] 1 points 10 months ago (2 children)

looks pretty legit. Tbh, I am more excited to find out whatever TOML plugin this is...

[–] [email protected] 1 points 10 months ago

!RemindMe 1 week

[–] [email protected] 1 points 10 months ago

This is actually already available. It is a VSCode extension called Taipy Studio that allows you to create and edit data pipelines in a graph-based editor

[–] [email protected] 1 points 10 months ago (1 children)

So like a streamlit and airflow at the same time

[–] [email protected] 1 points 10 months ago

Yeah kind of. We had issues with Streamlit when working on production projects. Anything with big data or models, multi-page, multi-user apps was freezing and unusable with Streamlit. So we created Taipy to have a compromise between having a library to easily code front-end in Python while still being able to create production applications

[–] [email protected] 1 points 10 months ago (1 children)

How is this different than streamlit? It’s just a python wrapper over a javascript webserver that abstracts most of it away from non devs right?

[–] [email protected] 1 points 10 months ago

We actually created Taipy after having bad experiences with Streamlit during consulting work. Anything with a considerable backend that required multi-page or multi-user was horrible to dev and to use in Streamlit. The goal of Taipy is to keep the ease of use that Streamlit has when it comes to creating front-end in Python while focusing on production applications