TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Open Source project using MySQL as a schemaless datastore

1 点作者 dougk7超过 13 年前
I'm looking for an open source framework that uses MySQL as a schema-less datastore like the one described here http://bret.appspot.com/entry/how-friendfeed-uses-mysql<p>One option would be to use MongoDB but for this particular project I'm constrained to use MySQL.

1 comment

senko超过 13 年前
InnoDB provides a schemaless datastore and can be used directly. A couple of results for a quick google search for "innodb nosql":<p><a href="http://yoshinorimatsunobu.blogspot.com/2010/10/using-mysql-as-nosql-story-for.html" rel="nofollow">http://yoshinorimatsunobu.blogspot.com/2010/10/using-mysql-a...</a> <a href="http://blogs.innodb.com/wp/2011/04/nosql-to-innodb-with-memcached/" rel="nofollow">http://blogs.innodb.com/wp/2011/04/nosql-to-innodb-with-memc...</a>