0.0.11-0.beta.3 • Published 2 days ago

@eventicle/eventiclejs v0.0.11-0.beta.3

Weekly downloads
42
License
Apache-2.0
Repository
-
Last release
2 days ago

= Eventicle JS

Full documentation can be found in the Book Of Eventicle // TODO, link == Quickstart

Install

npm install @eventicle/eventiclejs

Configure

index.ts

import {setEventSourceName,
  eventClientOnDatastore,
  InMemoryDatastore,
  setDataStore,
  setEventClient} from '@eventicle/eventiclejs';

// the "source" of the events created by this application
setEventSourceName('my-cool-service');

// in service data storage abstraction. Used by the internals of eventicle, can also be used in app code
setDataStore(new InMemoryDatastore());

// The connection to the event transport, this is in memory and stores events and state in the current datastore
setEventClient(eventClientOnDatastore());

Now that you have the basic Eventicle infrastructure running, you can start to emit and observe events using the event client.

  • emit an event
  • observe an event

  • Manage state with an event sourced Aggregate Root

  • Use a command to change state and emit events
  • Use a View to create optimised representations of your data
  • Make event driven workflows using a saga

Full documentation can be found in the Book Of Eventicle // TODO, link

0.0.11-0.beta.3

2 days ago

0.0.11-0.beta.2

3 days ago

0.0.11-0.beta.1

10 days ago

0.0.109

1 month ago

0.0.108

1 month ago

0.0.109-beta.0

1 month ago

0.0.107-beta.4

1 month ago

0.0.107-beta.3

1 month ago

0.0.107-beta.2

1 month ago

0.0.107-beta.1

1 month ago

0.0.107

1 month ago

0.0.106

2 months ago

0.0.105

5 months ago

0.0.104

8 months ago

0.0.103

9 months ago

0.0.102

10 months ago

0.0.96

1 year ago

0.0.97

12 months ago

0.0.98

11 months ago

0.0.99

11 months ago

0.0.101

11 months ago

0.0.100

11 months ago

0.0.95

1 year ago

0.0.9-2.2

2 years ago

0.0.9-2.1

2 years ago

0.0.90

2 years ago

0.0.91

2 years ago

0.0.93

2 years ago

0.0.94

1 year ago

0.0.84

2 years ago

0.0.85

2 years ago

0.0.86

2 years ago

0.0.87

2 years ago

0.0.88

2 years ago

0.0.89

2 years ago

0.0.81

2 years ago

0.0.82

2 years ago

0.0.83

2 years ago

0.0.80

2 years ago

0.0.73

2 years ago

0.0.74

2 years ago

0.0.75

2 years ago

0.0.76

2 years ago

0.0.77

2 years ago

0.0.78

2 years ago

0.0.79

2 years ago

0.0.72

2 years ago

0.0.71

3 years ago

0.0.58-fix1

3 years ago

0.0.70

3 years ago

0.0.60

3 years ago

0.0.58

3 years ago

0.0.57

3 years ago

0.0.53

3 years ago

0.0.54

3 years ago

0.0.55

3 years ago

0.0.56

3 years ago

0.0.51

3 years ago

0.0.52

3 years ago

0.0.50

3 years ago

0.0.49

3 years ago

0.0.46

3 years ago

0.0.47

3 years ago

0.0.48

3 years ago

0.0.45

3 years ago

0.0.43

3 years ago

0.0.44

3 years ago

0.0.42

3 years ago

0.0.41

3 years ago

0.0.40

3 years ago

0.0.39

3 years ago

0.0.38

3 years ago

0.0.37

3 years ago

0.0.36

3 years ago

0.0.33

3 years ago

0.0.34

3 years ago

0.0.35

3 years ago

0.0.32

3 years ago

0.0.31

3 years ago

0.0.30

3 years ago

0.0.29

3 years ago

0.0.28

3 years ago

0.0.25

3 years ago

0.0.26

3 years ago

0.0.27

3 years ago

0.0.24

3 years ago

0.0.22

3 years ago

0.0.23

3 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.18

3 years ago

0.0.19

3 years ago

0.0.17

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.6

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago