0.0.16 • Published 1 year ago

@gtsc/building-block-simple-event-repository v0.0.16

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

building-block-simple-event-repository

Record events for an item, events could be status updates, EPCIS events, location events etc . The events will be stored immutably.

Features

  • Create/update events associated with an item
  • Hash the events and create an immutable record for them
  • Retrieve timeline of current events

Extensions

  • JSON-LD read endpoint

Use Cases

  • Record documents requests, location changes etc for a consignment

Building

This library was generated with Nx.

Run nx build building-block-simple-event-repository to build the library.

Running unit tests

Run nx test building-block-simple-event-repository to execute the unit tests via Jest.