Skip to main content

All Questions

Tagged with
0 votes
1 answer
40 views

Can I create unrestricted schema with sql database like the one sed in django?

In mongodb or firebase I can create {title:"sothigs, content:"somthing"} then I can create other object with only title for example {title:"second title"} or I even can create ...
Ali Husham's user avatar
-2 votes
1 answer
68 views

Is SQL or NoSQL a better choice for a beginner Django project? [closed]

When it comes to actually deploying a Django project, is SQL software, like PostegreSQL, or NoSQL, like MongoDB, a better option? To evaluate which might be a better choice, you can consider: ...
overclock's user avatar
  • 615
2 votes
1 answer
1k views

Django with NoSQL

I want to create a website using django to visualize data for companies, and I have the data in json file represented as: [{'label': 'BMW', 'gain': [{'cash': 198, 'visa': 923, 'year': 1988},...
Wave1988's user avatar
1 vote
0 answers
399 views

How to migrate SQL data to NoSQL document?

I have a SQL database administrate with Django (web Framework). On this database, items are only update. In other side, I have a NoSQL database (document-oriented). Sometimes, I need to migrate the ...
Nevenoe's user avatar
  • 1,052
0 votes
2 answers
95 views

Dynamic Scalable Mysql Table

Here is my situation. I used Python, Django and MySQL for a web development. I have several tables for form posting, whose fields may change dynamically. Here is an example. Like a table called ...
ray6080's user avatar
  • 893
0 votes
1 answer
673 views

Hybrid sql/nosql data store in Django for document-based fields?

I am creating an application that needs to allow users to create custom fields, which I think would be best stored in a document-based (basically a serialized dictionary) model field. I am concerned ...
Andrew's user avatar
  • 3,971
3 votes
4 answers
6k views

First time Django database SQL or NoSQL?

I've been learning Python through Udacity, Code Academy and Google University. I'm now feeling confident enough to start learning Django. My question is should I learn Django on an SQL database - ...
Ryan's user avatar
  • 709
0 votes
1 answer
179 views

routing NoSQL and SQL backed fields in a single django Model

Is it possible to route fields in a single Model to different databases NoSQL and SQL? If not are there design that emulate that?
adam-singer's user avatar
  • 4,717
0 votes
1 answer
463 views

SQL or NoSQL for Mobile Application Development with Django

We plan to develop a mobile application, typically iPhone and Android, as well as a Web site. The server application will normally be developed with the great Django framework. In terms of features, ...
Kevin.'s user avatar
  • 2,810