Skip to content
Alastair McClelland edited this page Jun 3, 2016 · 8 revisions

Welcome to the cinder-data wiki!

Roadmap

  • Don't go any further without sorting out the docs - done
    • developers - done
    • api reference - done
    • user docs - done
  • pep8/flake8 checker for the ci build - done
  • model or record, pick one and stick with it
  • get, and post happen in the store at the minute, they should move to the adapter.
  • Start testing all version of python later than 2.7? - maybe 2.6.
  • save/update/delete functionality for models
  • cache expiry - the ability to save when a model should expire from the cache.
  • sort out case, i.e. can support camelCase and snake_case - And the serialisation between.
  • redis cache
  • model relationships
  • server and client validation
    • api adapters - started as part of crud work.
    • json api
    • rest api
    • drf api
  • amqp model ingest to cache (with model event subscription with something like eventlet)
  • getting started blog/tutorial aka with all the Django plugins for creating a server as well as a client
  • website using GitHub pages - just a landing page really

Clone this wiki locally