Does loaddata script supports loading data from JSON files to Cassandra database?
17 views
Skip to first unread message
aravind pogu
unread,
May 7, 2015, 9:52:34 AM5/7/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I have a requirement to load data into cassandra db from my JSON file using Django framework. As far as I know, "manage.py loaddata" only works for relational databases but not for NoSQL class databases. Is there any script similar to loaddata and dumpdata for loading and dumping data from/to cassandra DB from/to JSON files using django framework?