gossip_event_sourcing 1.0.4 copy "gossip_event_sourcing: ^1.0.4" to clipboard
gossip_event_sourcing: ^1.0.4 copied to clipboard

Event Sourcing and CQRS library for Dart applications using the Gossip protocol. Provides core components for building scalable event-driven architectures.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gossip_event_sourcing

With Flutter:

 $ flutter pub add gossip_event_sourcing

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  gossip_event_sourcing: ^1.0.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:gossip_event_sourcing/gossip_event_sourcing.dart';
0
likes
150
points
26
downloads

Documentation

Documentation
API reference

Publisher

verified publisherneutrinographics.com

Weekly Downloads

Event Sourcing and CQRS library for Dart applications using the Gossip protocol. Provides core components for building scalable event-driven architectures.

Repository (GitHub)
View/report issues

Topics

#event-sourcing #cqrs #distributed-systems #gossip-protocol #command-query

License

BSD-3-Clause (license)

Dependencies

gossip

More

Packages that depend on gossip_event_sourcing