-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ebf1fe0
commit e0502ff
Showing
2 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# What's in the pkg | ||
|
||
## api | ||
High-level calls used by [Toolbelt](../doc/glossary.md#toolbelt) and [Webapi](../doc/glossary.md#webapi) | ||
|
||
## cql | ||
CQL query builder | ||
|
||
## ctx | ||
Processing context used across all levels of RabbitMQ message processing | ||
|
||
## custom | ||
Custom [processors](../doc/glossary.md#processor): | ||
- [py_calc](../doc/glossary.md#py_calc-processor) | ||
- [tag_and_denormalize](../doc/glossary.md#tag_and_denormalize-processor) | ||
|
||
## deploy | ||
Utility functions used by [Deploy tool](../doc/glossary#deploy-tool) | ||
|
||
## env | ||
Environment configuration for Capillaries [binaries](../doc/binconfig.md) | ||
|
||
## eval | ||
Go expression evaluation engine | ||
|
||
## exe | ||
Capillaries [binaries](../doc/binconfig.md) | ||
|
||
## l | ||
Logging | ||
|
||
## proc | ||
Core [script node](../doc/glossary.md#script-node) [processor](../doc/glossary.md#processor) | ||
|
||
## sc | ||
Capillaries [Script configuration](../doc/scriptconfig.md) objects | ||
|
||
## wf | ||
RabbitMQ messages handled here | ||
|
||
## wfdb | ||
Workflow db access functions | ||
|
||
## wfmodel | ||
Workflow model | ||
|
||
## xfer | ||
SSH/HTTP/SFTP utility functions used by [processors](../doc/glossary.md#processor) and [Deploy tool](../doc/glossary#deploy-tool) |