Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
glngn
glngn-server-examples
Commits
c2980497
Commit
c2980497
authored
Feb 25, 2020
by
Corey O'Connor
Browse files
Update README.md
parent
067fad7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
2 deletions
+33
-2
README.md
README.md
+33
-2
No files found.
README.md
View file @
c2980497
...
...
@@ -434,7 +434,7 @@ $ curl localhost:10000/accounts/retail/central-store
}
~~~
##### Events Persist
s
##### Events Persist
If the glngn server application was to be restarted then this data would persist. If the counter
was queried after restart the value would be the same as before.
...
...
@@ -459,7 +459,38 @@ events to enable your business to start building a model.
TODO:
1.
demo capturing unmodeled events:
1.
deployment-wide
(?)
1.
deployment-wide
2.
group events
3.
service events
2.
demo capturing a service modeled event
#### Requests
A request is a unique interaction with a client. Requests are implicitly
created when the endpoints are used. A request can be explicitly requested
by posting an event of type
`command`
or
`query`
to the
`_ops`
endpoints.
TODO:
1.
Each request has a unique ID
2.
Any event may be associated with a request
3.
A request is resolved when a required event is provided
4.
Events may still be associated with a request after resolution
#### Event History
All services have an event history.
TODO:
1.
demo querying service history
#### Request History
Each request has an event history.
TODO:
1.
demo querying request history
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment