TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

ObjectIdColumns: Transparently Store MongoDB BSON IDs in a RDBMS

6 pointsby gewekeover 11 years ago

2 comments

stevejohnsonover 11 years ago
We do the exact same thing at Buildy, but in Python. Here&#x27;s the class:<p><a href="https://gist.github.com/irskep/9099262" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;irskep&#x2F;9099262</a>
评论 #7265505 未加载
qhoxieover 11 years ago
As we gradually migrate data from MongoDB to MySQL, this code has been hugely helpful. It is making the transition as smooth and efficient as possible. I hope others can get some value out of the gem as well.