Hacker News new | ask | show | jobs
by grobbyy 670 days ago
A key issue for me is API compatibility. It's nice to do simple and scalable, but you can't have both at once.

API compatibility message I can run simple for small setups and scalable for large ones. That's nice and something I strive for in software I build.

1 comments

doesn't look like the case here as they don't even have an API (to be drop-in replacement for ES)
We have some API-compatibility in faceted search. But yes, we are not (today) a drop-in replacement for ES. We have many migrations from ES/OpenSearch and users find that converting their code over is well worth the savings in maintenance, no-ETL and increased uptime, though.

That said, we may one day add ES API compatibility if we can :)

is there a place where I can read about what ParadeDB actually does? Surely you do more than just pre-install the extensions? Do you also develop the extensions yourself? Do you support RAG? The last question may not make sense as I am new to this space.