| 1 | 9,354 | 7,254 | evt-messaging | Common primitives for platform-specific messaging implementations for Eventide |
| 2 | 10,910 | 7,601 | evt-schema | Primitives for schema and data structure |
| 3 | 11,105 | 7,579 | evt-message_store | Common primitives for platform-specific message store implementations |
| 4 | 11,166 | 8,488 | evt-message_store-postgres | Message store implementation for PostgreSQL |
| 5 | 11,285 | 7,324 | evt-consumer | Continuous subscription to a category and message dispatching to handlers |
| 6 | 11,517 | 7,633 | evt-subst_attr | Declare attributes that have default implementations that are diagnostic substitutes or... |
| 7 | 11,595 | 7,709 | evt-clock | Clock interface with support for UTC and local timezones, timezone coercion, and depend... |
| 8 | 11,719 | 7,875 | evt-log | Logging to STD IO with levels, tagging, and coloring |
| 9 | 11,741 | 7,633 | evt-dependency | Declare dependency attributes that have default implementations that are diagnostic sub... |
| 10 | 11,848 | 7,508 | evt-attribute | Define an attribute on a class using an imperative API |
| 11 | 11,873 | 7,709 | evt-entity_store | Project and cache entities from event streams, with optional on-disk snapshotting |
| 12 | 11,879 | 7,487 | evt-reflect | Reflection of inner namespaces used for protocol discovery |
| 13 | 11,902 | 7,681 | evt-settings | Settings data access and assignment |
| 14 | 11,903 | 7,601 | evt-telemetry | In-process telemetry based on observers |
| 15 | 11,942 | 7,773 | evt-initializer | Generates initializers and attributes |
| 16 | 11,961 | 7,657 | evt-set_attributes | Set an object's attributes from a source object or hash |
| 17 | 12,019 | 7,552 | evt-mimic | Copy a class's instance interface to an anonymous, new object that acts as a substituta... |
| 18 | 12,153 | 7,681 | evt-identifier-uuid | UUID v4 identifier generator with support for generating and parsing UUIDs, and depende... |
| 19 | 12,258 | 8,526 | evt-entity_cache | Cache of entities retrieved by an entity-store, with in-memory temporary and on-disk pe... |
| 20 | 12,380 | 7,531 | evt-casing | Convert the case of strings, symbols, and hash keys, including camelCase, PascalCase, a... |
| 21 | 12,396 | 7,744 | evt-invocation | Extract information about a method's invocation including the method name, parameter na... |
| 22 | 12,398 | 7,709 | evt-transform | Common interface for object and format transformation, and transformer discovery |
| 23 | 12,464 | 7,933 | evt-validate | Interface and protocol for validating and validation discovery |
| 24 | 12,664 | 7,399 | evt-async_invocation | Return value for async method that is accidentally invoked synchronously |
| 25 | 12,708 | 10,739 | evt-virtual | Virtual method declaration |
| 26 | 12,855 | 8,823 | evt-consumer-postgres | Postgres implementation of continuous subscription to a category and message dispatchin... |
| 27 | 12,878 | 8,526 | evt-configure | Generates class level configure methods |
| 28 | 12,949 | 8,666 | evt-entity_snapshot-postgres | Projected entity snapshotting for Postgres |
| 29 | 13,132 | 8,794 | evt-entity_projection | Projects event data into an entity |
| 30 | 13,258 | 8,114 | evt-component_host | Host components inside a single physical process |
| 31 | 13,447 | 8,854 | evt-messaging-postgres | Eventide messaging for Postgres |
| 32 | 13,510 | 9,041 | eventide-postgres | Event-Sourced Autonomous Services Toolkit |
| 33 | 13,876 | 8,899 | evt-poll | Generalized implementation of polling with support for timeout and polling interval |
| 34 | 13,881 | 8,370 | message-db | Microservice native event store and message store for Postgres |
| 35 | 17,267 | 9,135 | evt-collection | Type-checked set and array |
| 36 | 18,086 | 9,879 | evt-retry | Retry an execution that terminates with an error, with optional backoff cycles |
| 37 | 18,243 | 12,368 | evt-message_store-postgres-database | Database definition and tools for PostgreSQL message store |
| 38 | 20,305 | 7,744 | evt-record_invocation | Record method invocations, query the invocations, and use predicates to verify a method... |
| 39 | 24,112 | 9,266 | evt-diagnostics-sample | Sampling and measurement of execution cycles |
| 40 | 25,268 | 9,429 | evt-schema-fixtures | TestBench fixtures for the Schema library |
| 41 | 25,438 | 11,451 | evt-messaging-fixtures | TestBench fixtures for the Messaging library |
| 42 | 28,267 | 46,450 | evt-event_source-postgres | Event source client for PostgreSQL |
| 43 | 32,891 | 21,066 | evt-command_line-component_generator | Command line Eventide component generator |
| 44 | 36,786 | 42,222 | evt-event_source | Common primitives for event source clients |
| 45 | 37,503 | 12,136 | evt-entity_projection-fixtures | TestBench fixtures for EntityProjection implementations |
| 46 | 44,231 | 38,688 | evt-event_store-http | Client library for EventStore's HTTP interface |
| 47 | 44,955 | 58,324 | evt-consumer-event_store | Category and stream consumer for EventStore |
| 48 | 52,204 | 121,583 | proof | Proof Library |
| 49 | 53,150 | 33,190 | evt-view_data-pg | Create and populate PostgreSQL view databases from event streams |
| 50 | 54,635 | 121,583 | data_contract | Data Contract Library |
| 51 | 56,709 | 121,583 | initializer | Initializer Library |
| 52 | 64,992 | 121,583 | inclusion | Extend an object by a module within its namespace |
| 53 | 67,739 | 97,109 | output | Output Library |
| 54 | 68,822 | 67,446 | setter | Setter Library |
| 55 | 72,203 | 79,877 | evt-view_data-commands | Message schemas for data-oriented command streams used to populate view databases |
| 56 | 74,497 | 121,583 | single | Single Library |
| 57 | 76,474 | 97,109 | extension | Extension Library |
| 58 | 80,730 | 33,190 | evt-wait | Generalized implementation of execution-until-condition with support for timeout and po... |
| 59 | 81,888 | 46,450 | evt-entity_snapshot-event_store | Projected entity snapshotting for EventStore |
| 60 | 89,158 | 67,446 | evt-telemetry-logger | Logging to STDERR with coloring and levels of severity |
| 61 | 89,344 | 46,450 | evt-messaging-event_store | EventStore messaging for Eventid |
| 62 | 91,618 | 97,109 | path_gem | Gem location switching for file system and remote gems |
| 63 | 95,448 | 67,446 | test_abstractions | Test Abstractions Library |
| 64 | 96,840 | 79,877 | metadef | Ruby Metaprogramming Support |
| 65 | 106,015 | 42,222 | evt-message_store-event_store | Message store client for EventStore |
| 66 | 106,337 | 67,446 | attribute | Define an attribute on a class using an imperative API |
| 67 | 107,018 | 67,446 | evt-cycle | Generalized retry |
| 68 | 108,756 | 121,583 | virtus_dynamic | Virtus Dynamic Library |
| 69 | 117,779 | 163,377 | prox_gem | Gem location switching for file system and remote gems |
| 70 | 121,754 | 79,877 | eventide-event_store | Event-Sourced Autonomous Services Toolkit |
| 71 | 126,186 | 67,446 | instructions | Rails 3 plugin that renders error messages and input hints next to their fields with se... |
| 72 | 139,873 | 51,640 | pg-stats | Database Statistics for Postgres |
| 73 | 141,757 | 121,583 | role | Role Library |
| 74 | 149,754 | 97,109 | setting | Configuration Setting Library |
| 75 | 152,357 | 97,109 | null_attr | Null Object Attribute Library |
| 76 | 164,572 | 163,377 | smb-test_gem | Test Gem |
| 77 | 168,777 | 79,877 | eventide-rails | Eventide on Rails |
| 78 | 114,794 | 39,188 | sans | Rails Sans Extranea |
| 79 | 181,247 | 79,877 | ws-net_documents-use_token | This rubygem does not have a description or summary. |