Skip to main content

[mocq]

data creation, connection & execution coordination utility

built with bun

Data models have many growing relationships, making the programmatic creation of traversable data sets cumbersome

Data Relationships GraphData Relationships Graph
mocq Config Visualmocq Config Visual

[mocq] makes the process more transparent and extendable

Data objects are configured in isolation as a series of generic generator and connection functions

In any context, devs are only concerned with immediate parent connections, lightening the mental load

[mocq] derives the execution order from connections, flagging cyclic dependencies

Execution Order VisualExecution Order Visual
Data Resolution VisualData Resolution Visual

Data is fully resolved before being passed to a connection function

Allowing data to be defined once and cascade throughout the data model resulting in traversable datasets

generate data on the fly or add handler functions to the configuration and execute against generated data utilizing derived execution order

const { generate, execute } = mocq(config);

Check out the docs, try out the tutorial or
browse the examples to get started using [mocq] today 🚀