All activity
Marko
left a comment
Amazing what you've done with the release 2.0! We have been working on building e-commerce for two months now, and we picked Medusa to do it.
What we struggled so far was admin extensibility. Is it possible for the vendors as a user type (typical for marketplaces) to load their own products in the admin Products section? We're wondering how the Admin area is adjustable and if there are any docs...
Medusa 2.0
The world's most flexible commerce platform
Marko
left a comment
Nodb is a JSON REST API on top of your Postgres database. It uses native jsonb for Postgres to make the API easier to use, without the need to create schemas (besides its own).
Since our previous launch was using MongoDB Atlas and wasn't really open-source, we decided to go open-source this time and use Postgres instead.
Besides CRUD operations via API, Nodb uses pgvector extension to...
Nodb
Open Source Dev Kit for Postgres: API, RAG, & Real-Time CRUD
Nodb is an open-source toolkit for building apps on top of your Postgres installation. Create your API, retrieval-augmented generation, and real-time CRUD operation subscriptions via HTTP, empowering developers to create dynamic applications.
Nodb
Open Source Dev Kit for Postgres: API, RAG, & Real-Time CRUD
Marko
left a comment
When we first started creating RAG-powered apps, we quickly noticed a common pattern across all of them. These apps don't need to be complex and should enable developers with zero ML experience. Additionally, they shouldn't be limited to Python. Developers using different languages should be supported as well.
That's why we created Farspeak as an API first, then built packages around it to...
Farspeak
Build smart apps in minutes (beta)
Marko
left a comment
Hi all!
This is my first SaaS product ever. I decided to start working on it around a year ago while I was working on something else completely. What drew me to this conclusion is that whenever I wanted to start making an app or API, I stop at figuring how to store my data.
I know, I know, there are a lot of solutions around storage (persistence) to use when making apps, but they were mostly...
nodb
Database for your apps in 30 seconds via JSON API