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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Reqlite – A RethinkDB ReQL server written in JavaScript

63 点作者 neumino大约 10 年前

5 条评论

inglor大约 10 年前
This sounds like a fun experiment but it looks very far from something I can actually use in development to test against: <a href="https:&#x2F;&#x2F;github.com&#x2F;neumino&#x2F;reqlite&#x2F;blob&#x2F;master&#x2F;lib&#x2F;range.js#L12-L13" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;neumino&#x2F;reqlite&#x2F;blob&#x2F;master&#x2F;lib&#x2F;range.js#...</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;neumino&#x2F;reqlite&#x2F;blob&#x2F;master&#x2F;lib&#x2F;range.js#L4" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;neumino&#x2F;reqlite&#x2F;blob&#x2F;master&#x2F;lib&#x2F;range.js#...</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;neumino&#x2F;reqlite&#x2F;blob&#x2F;master&#x2F;lib&#x2F;group.js#L6" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;neumino&#x2F;reqlite&#x2F;blob&#x2F;master&#x2F;lib&#x2F;group.js#...</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;neumino&#x2F;reqlite&#x2F;blob&#x2F;master&#x2F;lib&#x2F;maxval.js#L4" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;neumino&#x2F;reqlite&#x2F;blob&#x2F;master&#x2F;lib&#x2F;maxval.js...</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;neumino&#x2F;reqlite&#x2F;blob&#x2F;master&#x2F;lib&#x2F;table.js#L23" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;neumino&#x2F;reqlite&#x2F;blob&#x2F;master&#x2F;lib&#x2F;table.js#...</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;neumino&#x2F;reqlite&#x2F;blob&#x2F;master&#x2F;lib&#x2F;table.js#L219" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;neumino&#x2F;reqlite&#x2F;blob&#x2F;master&#x2F;lib&#x2F;table.js#...</a> and so on
评论 #9577159 未加载
jakozaur大约 10 年前
Looks cool.<p>Looks like you did the hardest part of preparing new database for Meteor. Meteor pretty much requires JavaScript implementation of database. Having that, you can create some alternative to MongoDB.<p>Keep up great work!
评论 #9577018 未加载
egeozcan大约 10 年前
I love RethinkDB and this looks like a great idea for testing. A lite ReQL implementation (just satisfying the API requirements, with little to none performance tuning) in something like C, though, would be even better for embedding purposes. You know, the biggest selling point of SQLite isn&#x27;t that it makes testing easy, but that it&#x27;s easy to embed.<p>Single-binary tool with an embedded RethinkDB, syncing with a master instance when it&#x27;s connected to the internet - one can dream.
评论 #9577069 未加载
cmdrfred大约 10 年前
Pretty cool idea, all we need is a JS OS and the entire stack can be JS.
评论 #9576653 未加载
thesorrow大约 10 年前
How the data are persisted ?
评论 #9577167 未加载