Skip to content

Commit

Permalink
Added docs README
Browse files Browse the repository at this point in the history
  • Loading branch information
migurski committed Sep 11, 2015
1 parent 9b07645 commit 595196a
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ sources from master branch with `openaddr-enqueue-sources`:
Development
-----------

[Documentation for machine internals](docs/README.md) can help point you in the
right direction for development.

Test the OpenAddresses machine with `test.py`:

python test.py
Expand Down
18 changes: 18 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Machine Internals
=================

This documentation is current as-of [Machine 2.1.8](https://github.com/openaddresses/machine/releases/tag/2.1.8).

* **[Components](components.md)**

Basic moving parts including web application, worker pool, and scheduled
tasks.

* **[Persistent Data](persistence.md)**

Locations where we store data.

* **[Processes](processes.md)**

Periodic and event-driven processes paths through components and persistent
data stores.
2 changes: 2 additions & 0 deletions docs/components.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Components
==========

Basic moving parts including web application, worker pool, and scheduled tasks.

<a name="webhook">Webhook</a>
-------

Expand Down
2 changes: 1 addition & 1 deletion docs/persistence.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Persistent Data
===============

We store persistent data in two locations: a PostgreSQL database and Amazon S3.
Locations where we store data.

<a name="db">Database</a>
--------
Expand Down
2 changes: 2 additions & 0 deletions docs/processes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Processes
=========

Periodic and event-driven processes paths through components and persistent data stores.

<a name="set">Batch Set</a>
---------

Expand Down

0 comments on commit 595196a

Please sign in to comment.