UnQL(最新的 CouchDB、Sqlite 统一语言)的入门教程?
CouchDB 和 Sqlite 创始人与微软研究院合作,最近宣布了一种新的查询语言 UnQL,它承诺将 SQL 和 NoSQL 两个世界结合起来。在谷歌搜索了一段时间后,我放弃了寻找入门教程。有人可以帮忙吗?
The CouchDB and Sqlite founders , in collaboration with microsoft research recently announced a new querying language UnQL which promises to combine the two worlds of SQL and NoSQL After googling around for some time , I have given up on finding an introductory tutorial. Can somebody help with this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
到目前为止,有关 UnQL 的唯一资源可能是 规范主页 中的一些图表和语法注释。我认为规范的细节方面还有很多工作要做,并且将其实施到特定数据库中将需要更多时间,但是它看起来是标准化/统一 NoSQL 解决方案之间的查询机制的一个很好的举措和起点。
Probably the only resources about UnQL so far are several diagrams and syntax notes at the spec home. I think that there is still a lot of work on the details of the spec and it's implementation into the specific databases would take even more time, however it looks like a good move and starting point to standardize/unite querying mechanisms among NoSQL solutions.