Skip to content

Work this stuff in at some point ... #9

Description

@fireflysemantics

Data Manipulation and Searching

The core API is tiny and the intention is to delegate DML (Data Manipulation Language) to pure javascript, RxJS, and if more super powers are needed use something like Sift.

For example a snapshot of all entities can be retrieved via store.selectAll() and this array could then be processed by Sift. Sift or lodash could also complement real time capabilities provided by RxJS when used in a live stream context.

For very large data sets, more advanced filtering, and persistance save tables to Indexeddb via Dexie. We will be producing tutorials on how to do this soon, but here's the first installment:

As can be seen it is very easy to save and retrieve entities with DexieJS and no directly coupling to the Slice state manager is necessary. For more Typescript one to many exmaples se the DexieJS Typescript documentation:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions