Building a MongoDB Clone in Postgres
legitimatesounding.com
Building a MongoDB Clone in Postgres
1–10 of 99 posts
Re: Building a MongoDB Clone in Postgres
#2Re: Building a MongoDB Clone in Postgres
#3Re: Building a MongoDB Clone in Postgres
#4Unless he's planning to build sharding on postgres too, I think he's missing the point.
Re: Building a MongoDB Clone in Postgres
#5I'd like to develop it some more, if people found it useful and started using it.
Re: Building a MongoDB Clone in Postgres
#6Unless he's planning to build sharding on postgres too, I think he's missing the point.
Re: Building a MongoDB Clone in Postgres
#7Re: Building a MongoDB Clone in Postgres
#8Re: Building a MongoDB Clone in Postgres
#9Unless he's planning to build sharding on postgres too, I think he's missing the point.
while sharding is an important aspect of mongodb, i don't consider it the most important feature.
With postgres you have to roll your own. If you want to bridge the gap from postgres to mongo, I think that's where you have to start.
Re: Building a MongoDB Clone in Postgres
#10Earlier quoted context omitted.
while sharding is an important aspect of mongodb, i don't consider it the most important feature.
I don't know if it's the _most_ important feature, but I wouldn't build a serious site on top of anything that didn't have some sort of built-in sharding story. With postgres you have to roll your own. If you want to bridge the gap from postgres to mongo, I think that's where you have to start.
There are many serious sites that don't need sharding.