## POC trying out taggedSum from daggy
Extend a Promise class to implement the eventual-send API
Extend a Promise class to implement the eventual-send API
sprintf formatting targetted for CLI
Prepare Endo environment on import
Abstraction for eventual values
A template to parsable tree transformer used to produce valid HTML content.
AWS SDK for JavaScript Directory Service Data Client for Node.js, Browser and React Native
No description provided.
A lightweight, strictly-typed Event Sourcing toolkit for Node.js and TypeScript. Designed for high-performance aggregate rehydration and flexible consistency models.
No description provided.
For the complete documentation, see: https://docs.eventual.ai/guide/cli
No description provided.
common low level utilities
No description provided.
Framework built with the domain driven design pattern in mind
This package provides a library for integrating with the Slack service. You can subscribe to webhooks from Slack and interact directly with the Slack API from within Eventual. To use this package, you will need to create a Slack application and grant the
Validation helpers for [zod](https://github.com/colinhacks/zod) specifically for parsing `FormData` or `URLSearchParams`. This is particularly useful when using [Remix](https://github.com/remix-run/remix) and combos well with [remix-validated-form](https:
fs (file system package) extensions
No description provided.
No description provided.
JSON OT database backend
Chain abstraction for Agoric's orchestration clients
[](https://www.npmjs.com/package/@camunda8/orchestration-cluster-api) [](https://www.npmjs.com/packa
Serializable data types for eventually consistent systems.
A storage engine for time-series data. Eventually to include resampling, statistical and aggregate data management.
Initially wrote code on top of gruff library. But eventually to do more fined-tuned data rendering and the need for more lightweight code, I branched out to this new library. Source for original code of gruff library. https://github.com/topfunky/gruff/
This library intends to follow the RTSP RFC document (2326) to allow for working with RTSP servers. At this point, it's up to you to parse the data from a play call, but we'll get there. ...eventually. For more information see: http://www.ietf.org/rfc/rfc2326.txt
Hitsuji is a library that implements a tree data structure, where each node is represented by a value, points to other values, or performs a function on some values. When the tree is updated, the inputs to the functions will change, hence changing the outputs, eventually propagating the update through the entire tree. Data structures can also be exported to disk, allowing for wide applications of this software, e.g. handling big data, managing content, etc.