带有NoSQL数据库的Django [英] Django with NoSQL database

查看:64
本文介绍了带有NoSQL数据库的Django的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用使用 Django 1.8版本 Django 应用程序.

I am working with an Django application which uses Django 1.8 version.

我们处理的大多数数据都是JSON格式的数据.我们正在尝试实现任何 NoSQL 数据库.

Most of the data we deal with is JSON formatted ones. We are trying to implement any NoSQL database.

但是我看到 MONGODB 与版本1.8及更高版本不兼容,是否有任何NoSQL数据库可以有效地映射到Django 1.8或更高版本?

But I see that MONGODB is not compatible for version 1.8 and over and Is there any NoSQL database that can be efficiently mapped to Django 1.8 or over ??

谢谢.

推荐答案

此处是一个有趣的仓库,允许将MongoDB用作django后端.它通过将SQL命令编译到MongoDB文档查询中来工作.

Here is an interesting repo for allowing using MongoDB as your django backend. It works by compiling SQL commands into MongoDB document queries.

django admin,django session等大多数基本内容都可以正常工作.

Most of the basic stuff like django admin, django session etc all work.

https://github.com/nesdis/djongo

这篇关于带有NoSQL数据库的Django的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆