It's bulky, but it's powerful.
npm install --save kodo-core
kodo-core
is used to describe & connect data together.
By doing so, kodo-core could be able to load & query data from one kodo node
to another, in a predefined kodo network
.
We first need to prepare the data provider
for kodo-core, here's a default inside momory provider embeded in kodo-core
.
Check the test cases please there's a few examples. Then we need write
expression
to describe the data relationship & connect them together. By doing the 2 preparations, we can then give a detailed data from anykodo node
& start to query. It then will select & load all the related data via your giving.
- v0.0.4: Support query expression on
QueryNode<T>
when explore.i.e.
expression: p => p.orderid === "o3" && p.id === "p3-2"