diff options
Diffstat (limited to 'requirements/data_models/dml-drip.md')
| -rw-r--r-- | requirements/data_models/dml-drip.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/requirements/data_models/dml-drip.md b/requirements/data_models/dml-drip.md new file mode 100644 index 0000000..127c73e --- /dev/null +++ b/requirements/data_models/dml-drip.md @@ -0,0 +1,15 @@ +# dml-drip + +A drip represents a single daily transaction from the tank into a bucket as a +result of a pipe. + +| Field | Type | Description | +| --------- | ------ | ------------------------------------------------------------- | +| id | string | A unique ID. | +| bucket_id | string | The ID of the bucket into which this drip drap. | +| pipe_id | string | The ID of the pipe which from which this drip drap. | +| date | date | The date on which this drip drap. | +| amount | number | The amount of money which dripped. | +| timestamp | number | The time on which this drip was inserted as a Unix timestamp. | + +Sources: req-030, req-037 |
