-
Notifications
You must be signed in to change notification settings - Fork 19
Architecture Database Access
Sam Richard edited this page Aug 16, 2016
·
1 revision
Holmes will need to interact with a database.
- Retrieve content based on Global Unique ID (GUID)
- Translate input plugin schema to DB engine
- Save content to database based on content/schema matching in input plugin
- Remove entries based on GUID
- Update entries based on GUID
- Flesh out DB requirements
- Compare and contrast existing DB options. Open SQL or noSQL
- Ease of setup
- on a server
- locally
- Existing Node modules for interactions
- popularity
- user base
- features available
- Ease of setup
- research
- local dev setup
- sqlite
- how to ship db for local dev?
- production
- postgres
- local dev setup
Working on Punchcard
Org Maintenance
Architecture Planning
These architectural discussions may be out-of-date given the current state of Punchcard.