开发者

Django norel access to different nosql at the same time?

开发者 https://www.devze.com 2023-04-09 04:53 出处:网络
i\'m new to the nosql world, and from forums and articles that i\'ve read: most of users try to \"mix\" nosql tools, for example, they use Cassandra and MongoDB together to make a \"powerful system\",

i'm new to the nosql world, and from forums and articles that i've read: most of users try to "mix" nosql tools, for example, they use Cassandra and MongoDB together to make a "powerful system", because am beginning with MongoDB, i've downloaded the DjanMon project (am a django fan ^_^ ), of course i've downloaded the special version of django that accepts the NoSql use: Dj开发者_运维知识库ango NonRel, and i've noticed that the Setting file dont "oblige" you to use one specific NoSql solution like in Django with RDBMS where you must specify MySql or PostegreSql or other solution, so, is it possible to mix lot of (or two of course) NoSql solution using Django (for example MongoDB+Cassandra)?


There's nothing to stop you using multiple storage solutions, whether SQL or NoSQL - but the NoSQL solutions all have different architectures, data models and APIs (For example, MongoDB is a document-oriented database, whereas Cassandra is Column-oriented), so you can't usually swap one for another without some effort.

Can you clarify what you are actually trying to achieve? I.e. why are you interested in mixing these two specific solutions?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号