{"repo":"r4fek/django-cassandra-engine","free":true,"listed":false,"github":"https://github.com/r4fek/django-cassandra-engine","clone":"git clone https://github.com/r4fek/django-cassandra-engine.git","description":"Django Cassandra Engine - the Cassandra backend for Django","language":"Python","stars":370,"topics":["cassandra","django","python","django-cassandra-engine","scylladb"],"license":"BSD-2-Clause","category":"databases-storage","readme_excerpt":"Django Cassandra Engine - the Cassandra backend for Django # All tools you need to start your journey with Apache Cassandra and Django Framework! Discord: https://discord.gg/pxunMGmDNc Features ## integration with latest python-driver and optionally dse-driver from DataStax full compatibility with ScyllaDB using scylla-driver working flush , migrate , sync cassandra , inspectdb and dbshell commands support for creating/destroying test database accepts all Cqlengine and cassandra.cluster.Cluster connection options automatic connection/disconnection handling works well along with relational databases (as secondary DB) storing sessions in Cassandra working django forms usable admin panel with Cassandra models support DataStax Astra cloud hosted Cassandra Sponsors ## Help support ongoing development and maintenance by sponsoring Django Cassandra Engine. Our Sponsors: ### Astra DB Use Django with DataStax Astra DB - built on Apache Cassandra. NoiSek Installation ## Recommended installation: pip install django-cassandra-engine Basic Usage ## 1. Add django cassandra engine to INSTALLED APPS in your settings.py file: INSTALLED APPS = ('django cassandra engine',) + INSTALLED APPS 2. Change DATABASES setting: DATABASES = { 'default': { 'ENGINE': 'django cassandra engine', 'NAME': 'db', 'TEST NAME': 'test db', 'HOST': 'db1.example.com,db2.example.com', 'OPTIONS': { 'replication': { 'strategy class': 'SimpleStrategy', 'replication factor': 1 } } } } 3. Define some model: # myapp/models.p","default_branch":null,"files":null,"tree":[],"storefront":"/r/r4fek","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/r4fek/django-cassandra-engine/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}