-
Notifications
You must be signed in to change notification settings - Fork 8
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
Is there any plan for DBOS Cloud to be open-sourced? #156
Comments
Hello @haowaiwai. We have no current plans to open-source Cloud but we would like to know - if it were - what would you do with it? Maybe there are missing pieces we can help with? In case you haven't seen, we do have a DBOS self-hosting guide here: https://docs.dbos.dev/typescript/tutorials/self-hosting |
hi,We would like to run the DBOS app on a distributed database, and according to the description, DBOS supports this. |
Ah, interesting! Curious to hear more. Note that you can also "Bring your Own Database" to DBOS Cloud as long as your database is Postgres-compatible. See https://docs.dbos.dev/cloud-tutorials/byod-management |
What we are looking for is a private deployment, rather than relying on DBOS Cloud as an intermediary, so we are particularly concerned about whether DBOS Cloud will be open-sourced. |
For local run (dbos start), does it support linking with PostgreSQL-compatible databases, such as Greenplum or Cloudberry? |
I tested with Greenplum and encountered the following error:
|
Hi @haowaiwai alas, in this case Greenplum is not "close enough" to Postgres. The "uuid-ossp" extension is something we use for UUID fields. This issue aside, an analytic database like Greenplum may not be best fit for DBOS. Regular Postgres can process a lot more write transactions per second and that comes in handy when running durable DBOS apps. |
Could you share the architecture of DBOS Cloud? |
We have a blog post about it here: https://www.dbos.dev/blog/anatomy-of-dbos-cloud Happy to answer questions about it! |
thanks |
I still have a few questions:
|
Is there any plan for DBOS Cloud to be open-sourced?thanks
The text was updated successfully, but these errors were encountered: