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.

NoSQL with MySQL in Ruby - Friendly

32 pointsby madhover 15 years ago

3 comments

amixover 15 years ago
This seems to be a pretty good implementation of FriendFeed's schema-less MySQL ( <a href="http://bret.appspot.com/entry/how-friendfeed-uses-mysql" rel="nofollow">http://bret.appspot.com/entry/how-friendfeed-uses-mysql</a> ) and this option would probably beat most of the simple key-value stores in terms of perfomance, backup and replication.<p>One should note thought that more modern NoSQL databases aren't only key-value stores. For example, Redis offers KEYS command which can scan the store by a pattern. Tokyo Tyrant (another "key-value" store) offers Lua scripting.
评论 #1014391 未加载
评论 #1014245 未加载
mark_l_watsonover 15 years ago
Neat - I just tried it. I am fairly much "in like" with both activerecord and datamapper, but Friendly is cool. I wonder how much work it would take to support PostgreSQL.<p>Friendly looks especially good in MySQL shops - otherwise I would suggest taking a good look at MongoDB (or Redis, CouchDB, Cassandra, etc.)
评论 #1014412 未加载
coltafeverover 15 years ago
Sounds like active record.
评论 #1014409 未加载