0.0.12 • Published 6 years ago

ntt-flow v0.0.12

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

Entity Flow (ntt-flow)

The sequence of initialization, modification, aggregation, or other processes through which a data entity passes from instantiation to persistence.

Flow uses pure functions and does not update the data in-place, but instead always yields new updated data.

Flow only adds a dependency to immutable

Effects

Flow will attempt to construct some effect mechanism.

Interceptors

Flow will attempt to construct some interceptor mechanism.

Messages

Flow defines Message but it does not implement a delivery mechanism (http, sockets)

Reducers

Flow implements logical and mathematical reducers.

Rules

Flow will attempt to construct some business rules mechanism.

Types

Flow defines general types such as ValueType, SimpleObject, FlatObject and Entity.

Development

Publish

By default all scoped packages are published privately. To publish a scoped package publicly, pass the access flag with the value public:

npm publish --access public
0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago