sidebar | pageClass |
---|---|
auto |
libraries |
The Eventide toolkit is made of the following libraries:
Event-Oriented Autonomous Services Toolkit for Postgres
github.com/eventide-project/eventide-postgres
Microservice native event store and message store for Postgres github.com/message-db/message-db
Common primitives for platform-specific messaging implementations
github.com/eventide-project/messaging
Common primitives for platform-specific message store implementations
github.com/eventide-project/message-store
Projects event data into an entity
github.com/eventide-project/entity-projection
Store of entities that are projected from streams
github.com/eventide-project/entity-store
Cache of entities retrieved by an entity-store, with in-memory temporary and on-disk permanent storage options
github.com/eventide-project/entity-cache
Maintains a long running subscription to an event stream
github.com/eventide-project/consumer
Host components inside a single physical process
github.com/eventide-project/component-host
Implementation of messaging primitives for Postgres
github.com/eventide-project/messaging-postgres
Message store implementation for Postgres
github.com/eventide-project/message-store-postgres
Projected entity snapshotting for Postgres
github.com/eventide-project/entity-snapshot-postgres
Consumer implementation for Postgres
github.com/eventide-project/consumer-postgres
Command line project generator for components built using the Postgres implementation
github.com/eventide-project/command-line-component-generator
Define an attribute on a class using an imperative API
github.com/eventide-project/attribute
Primitives for schema and structure
github.com/eventide-project/schema
Declare dependencies that have null object or substitute default values
github.com/eventide-project/dependency
Sampling and measurement of execution cycles https://github.com/eventide-project/diagnostics-sample
UUID identifier generator with support for dependency configuration for real and null object implementations
github.com/eventide-project/identifier-uuid
Generates initializers and attributes
github.com/eventide-project/initializer
Settings data access and assignment
github.com/eventide-project/settings
Logging to STD IO with levels, tagging, and coloring
github.com/eventide-project/log
Common interface for object and format transformation, and transformer discovery
github.com/eventide-project/transform
In-process telemetry based on observers
github.com/eventide-project/telemetry
Attempt an execution, and determine its success
github.com/eventide-project/try
Retry an execution that terminates with an error, with optional backoff cycles
github.com/eventide-project/retry
Generalized implementation of polling with support for timeout and polling interval.
github.com/eventide-project/poll
Convert the case of strings, symbols, and hash keys, including camelCase, PascalCase, and underscore_case
github.com/eventide-project/casing
Interface and protocol for validating and validation discovery
github.com/eventide-project/validate
Set an object's attributes from a hash or an object that implements to_h
github.com/eventide-project/set-attributes
Clock interface with support for dependency configuration for real and null object implementations
github.com/eventide-project/clock
Declare attributes that have default implementations that are substitutes or null objects
github.com/eventide-project/subst-attr
Copy a class's instance interface to an anonymous, new object that acts as a substitutable mimic for the class
github.com/eventide-project/mimic
Extract information about a method's invocation including the method name, parameter names, and parameter values
github.com/eventide-project/invocation
Virtual method declaration
github.com/eventide-project/virtual
Reflection of inner namespaces used for protocol discovery
github.com/eventide-project/reflect
Return value for async method that is accidentally invoked synchronously
github.com/eventide-project/async-invocation
Generates class level configure methods
github.com/eventide-project/configure
Type-checked set
github.com/eventide-project/collection
TestBench fixtures for the Messaging library
https://github.com/eventide-project/messaging-fixtures
TestBench fixtures for EntityProjection implementations
https://github.com/eventide-project/entity-projection-fixtures
TestBench fixtures for the Schema library
https://github.com/eventide-project/schema-fixtures
Message schemas for data-oriented command streams used to populate view databases
github.com/eventide-project/view-data-commands
Populate Postgres view databases from event streams
github.com/eventide-project/view-data-pg
Ruby interface to the PostgreSQL RDBMS
github.com/ged/ruby-pg
Implementation of actor pattern for Ruby
github.com/ntl/actor
Apply ANSI terminal colors to strings
github.com/ntl/terminal-colors
A frugal test framework for Ruby
github.com/test-bench/test-bench
Microservice native event store and message store for Postgres https://github.com/message-db/npm-module