commoncode / cqrs

A collection of tools to create a CQRS like architecture with Django & Meteor.js
7 stars 2 forks source link

DDP #1

Open kodeine opened 7 years ago

kodeine commented 7 years ago

Hello, i wanted to know if this package is working and could you provide some basic instructions how to use it? I have a django project with DRF, i want to use meteor for realtime app, is this package a layer to DRF and Meteor?

darylantony commented 7 years ago

@kodeine it worked against a previous version of DRF and created a one-way serialisation of django models to mongo using DRF serialisers to customise the shape of JSON documents.

kodeine commented 7 years ago

@darylantony

darylantony commented 7 years ago

Please feel free to fork the project. I don't have the resources to make it work with latest DRF; how about you?

kodeine commented 7 years ago

Okay ill start playing with it, can u give me usage instructions as a starting point. Thanks

darylantony commented 7 years ago

https://github.com/commoncode/cqrs/blob/master/setup.py

@kodeine you'll need to read the code, this project isn't supported.