-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
custom commands #4
Comments
Ok, some back and forth with Cofin got me thinking. The main reason I'm not using Docker (except for the fact that Kamal exists) is for simplicity; adding Docker to the mix would be one more tool to learn to get the app into production. Plus, I already have a nice, quite simple, and straightforward way to deploy my app with Docker and CapRover. I've gotten quite comfortable with Docker, so basing Fujin on it wouldn’t bring much added value for me. Like with Falco, the goal is to empower individuals (I've been vibing with recent Ruby on Rails talks), meaning most of the tools I'm building are geared toward a single individual building stuff (the main target audience being me). Even at work, I'm often on a one-man team. With all that said, there is still an issue Fujin doesn’t fix: PostgreSQL + point-in-time backup without using a managed service. I narrowed down the focus to packaging Python apps so that the workflow is more reliable and simple, but I'm having a hard time figuring out how to make this work for additional services like PostgreSQL, or any others I might need—PostgreSQL is just the main one for now. fujin pg install
fujin pg createdb Cofin recommended this https://github.com/vitabaks/postgresql_cluster, which is really cool and could be very useful at work, but for a single person working on a prototype, that’s probably too much. He also recommended Podman and this. Now, here’s what I’m thinking: adding a new key This extension will be added in a list in the |
nah, will just do this #17 instead |
custom cappa modules that can be dynamically imported and added to the cli
The text was updated successfully, but these errors were encountered: