forked from trheyi/Ghost
-
Notifications
You must be signed in to change notification settings - Fork 0
Tech Architecture Vision
Hannah Wolfe edited this page May 6, 2013
·
5 revisions
Ghost Architecture Overview
This represents a rough overview of the vision for the core architecture of Ghost. The most important point being that the data model should:
- Expose a public API which we consume internally, so that the API is as important to us as it will be to 3rd parties
- Use a data abstraction layer / ORM so that we can provide SQLite as a default option but allow for upgrades to MySQL or other storage systems without difficulty.