@gershy/lilac 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +1 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -20,7 +20,7 @@ Flowers are logical infrastructural service. Some examples of Flowers are:
|
|
|
20
20
|
5. A blob storage database
|
|
21
21
|
6. A queue
|
|
22
22
|
|
|
23
|
-
The purpose of an infrastructural service is to provide some sort of systems behaviour. In implementing systems, we often have to think about additional, non-behavioural systems concerns - for example, access controls. A Lilac Resource represents only the distilled systems behaviour - when working with Lilac Resources, non-behavioural concerns are abstracted away.
|
|
23
|
+
The purpose of an infrastructural service is to provide some sort of systems behaviour. In implementing systems, we often have to think about additional, non-behavioural systems concerns - for example, access controls. A Lilac Resource represents only the distilled systems behaviour - when working with Lilac Resources, non-behavioural concerns are abstracted away. Lilac has opinions on how to implement these non-behavioural concerns.
|
|
24
24
|
|
|
25
25
|
## 2. Lilac Comms (TODO: Rename "comms" -> "bees" / "pollinators" / "pollen"?)
|
|
26
26
|
|