Omnigres: Postgres as a Platform
github.com
Omnigres: Postgres as a Platform
1–10 of 77 posts
Re: Omnigres: Postgres as a Platform
#2Re: Omnigres: Postgres as a Platform
#3Cool project! About a decade ago, I had a job that involved entering data into an Oracle-based equivalent of this. I wish I could remember what it was, called but perhaps it is better for such a monster to remain nothing more than a myth.
The intention we have is to take what's right with the colocation approach and take the learnings of what was wrong with those before (such as the above or Illustra).
Essentially, we're aiming create a modern polyglot runtime that has an embedded database with all its functionality (Postgres), with a contemporary, lightweight D3X.
Re: Omnigres: Postgres as a Platform
#4Cool project! About a decade ago, I had a job that involved entering data into an Oracle-based equivalent of this. I wish I could remember what it was, called but perhaps it is better for such a monster to remain nothing more than a myth.
Re: Omnigres: Postgres as a Platform
#5Cool project! About a decade ago, I had a job that involved entering data into an Oracle-based equivalent of this. I wish I could remember what it was, called but perhaps it is better for such a monster to remain nothing more than a myth.
Re: Omnigres: Postgres as a Platform
#6The project is interesting, and thought provoking, because it goes against the often recommended "good practice" of separating storage and compute. Doing the exact opposite has a lot to offer in terms of performance, simplicity, and speed of development.
I am currently also working on a database-first web application framework [1], with different goals and use cases, and I bet we'll see more of these in the future.
Re: Omnigres: Postgres as a Platform
#7Re: Omnigres: Postgres as a Platform
#8Re: Omnigres: Postgres as a Platform
#9I was interested in how you do authentication, but currently the 'Omni_web' link & readme is missing. Suggest you could use the pgjwt[0] approach for this for simple logins in the short term, but supporting OpenID Connect would be a larger engineering effort. [0] https://github.com/michelp/pgjwt
Re: Omnigres: Postgres as a Platform
#10I was interested in how you do authentication, but currently the 'Omni_web' link & readme is missing. Suggest you could use the pgjwt[0] approach for this for simple logins in the short term, but supporting OpenID Connect would be a larger engineering effort. [0] https://github.com/michelp/pgjwt
This way we don't need to handle the difficult parts of JWT (forced expiration, etc.) and the mental model becomes rather simple.