mongodb - 有人用过rethinkdb这个数据库吗,谈谈经验?
習慣沉默
習慣沉默 2017-04-28 09:04:42
0
2
655

有人用过rethinkdb这个数据库吗,谈谈经验?

看网页介绍,特性方面和mongodb挺相似的。

習慣沉默
習慣沉默

reply all(2)
Ty80

Both mongodb and mongodb are similar json base databases. They are suitable for use in real-time web applications. They have a changefeed function. As long as the database fields are changed, they can be fed to the front end in real time. It is very convenient. It also has its own dashboard and query. It's very intuitive, which I think is easier to use than mongo.

I used it to connect with the instagram API before and made a cats of instagram app, written in Go:
https://github.com/jimmyplaza/RethinkDB-instagram
If you are interested, you can study it.

伊谢尔伦

I read an article before. If you are interested, you can read it

[Translation] RethinkDB compared to MongoDB

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!