Developer mental model
Nodlin is for reactive derivation of business state, not iterative simulation.
•
5 min read
Nodlin is for reactive derivation of business state, not iterative simulation.
How changes are propagated from one node to another and considerations for node design.
Nodlin is not the right tool for high volume transactional use cases where immediate consistency is required.
Nodlin manages the propagation of change across one large connected graph. This presents challenges that need to be managed in terms of capacity, ordering of change, and handling …