Last friday I talked about schema migrations in NoSQL databases, and how to deal with ever changing requirements. The slides are online the video will be soon.
UPDATE: The video is available now
Last friday I talked about schema migrations in NoSQL databases, and how to deal with ever changing requirements. The slides are online the video will be soon.
UPDATE: The video is available now
In a current Project I’ve been working with a Cappucino frontend and a CodeIgniter Backend. Since Cappucino just loves JSON I decided this is the way to go, sadly PHP doesn’t provide a standard way to interact with a JSON POST but with a little helper this can be solved easily. I made a Gist out of it so it can be improved apon and reused.