结构化数据库:TheBigDB
jopen
12年前
TheBigDB 是一个非常松散的结构化数据库软件。其 API 是基于 HTTP 的 GET 和 POST 请求。所以可以使用你熟悉语言对其进行封装,帮助发送请求。
示例 Ruby代码:
require "thebigdb" TheBigDB.search("iPhone 5", "weight") TheBigDB.search({match: ""}, "job", "President of the United States").with(period: {from: "2000-01-01", to: "2002-01-01"}) TheBigDB.search({match: "非死book"}, {match: "Chief"})