Documentation outline

This commit is contained in:
Joe Nelson
2015-10-19 16:45:52 -07:00
parent d3eca26393
commit 20198367da
17 changed files with 632 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
## Deployment
### Heroku
#### Getting Started
#### Using Amazon RDS
### Debian
+9
View File
@@ -0,0 +1,9 @@
## Data Migration
### Sqitch
### Test-Driven Migrations
#### Structural Tests
#### Value Tests with pgTAP
+9
View File
@@ -0,0 +1,9 @@
## Performance
### Benchmarks
### Caching
### Quality of Service
### Tips
+21
View File
@@ -0,0 +1,21 @@
## Security
### SSL
### Database Roles
### JSON Web Tokens
#### Issuing via sql procedures
### Row-Level Security
#### Simulated - PostgreSQL <9.5
#### Real - PostgreSQL >=9.5
### Building Auth on top of JWT
#### Basic Auth
#### Github Sign-in
+9
View File
@@ -0,0 +1,9 @@
## API Versioning
### Schema Search Path
### Changing a Resource
### Removing a Resource
### Avoiding DB and Client Coupling