R利剑NoSQL系列文章 之 MongoDB
弱弱地问一句,芒果数据库有没有股票和期货的实时数据,开放接口吗?
[未知用户] 不好意思,我不清楚股票和期货的业务。
2 个月 后
这个木有ensureIndex的接口吗?
请问知道如何像使用data.frame一样来使用查询结果?现在的结果只是一个mongo.bson object 只能通过print查看,不能对其操作获取信息。
[未知用户] ensureIndex,对应 mongo.index.create 方法
例子:
# add an index using an alternate method of specifying the key fields
b <- mongo.index.create(mongo, "test.people", key)
# create an index using list of that enumerates the key fields
b <- mongo.index.create(mongo, "test.cars", list(make=1L, model=1L))
例子:
# add an index using an alternate method of specifying the key fields
b <- mongo.index.create(mongo, "test.people", key)
# create an index using list of that enumerates the key fields
b <- mongo.index.create(mongo, "test.cars", list(make=1L, model=1L))
1 个月 后
芒果支持分布式么
[未知用户] 不但支持,而且支持无缝平滑扩展。还支持sharding 和 replicate 两种模式。CPU 需求还不高。
[未知用户] 我有一个这样的股票数据接口,可是,你想怎么用起来呢?
目前没有期货。
目前没有期货。