Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "UseCases" page has been changed by ThomasBoose. http://wiki.apache.org/cassandra/UseCases?action=diff&rev1=13&rev2=14 -------------------------------------------------- == An implementation of some DBMS rules written in python using pycassa == We have created a DBMS layer that handles references to other columnfamilys (foreign keys), Automatic reverse linking. required fields in columnfamilys and datatypes (long and datetime). It wraps the get, get_range, insert, remove funtions of pycassas columnfamilys. At this time it is limited to: on delete cascade and positive long numbers but this could change if there is enough interest. It suits our project. - [[ThomasBoose/dbms%20implementation]] + [[ThomasBoose/dbms implementation]] Based on this article
