-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Foundation Simulator #277
Foundation Simulator #277
Conversation
Signed-off-by: Dmitriy Lazarev <[email protected]>
Signed-off-by: Dmitriy Lazarev <[email protected]>
Package Changes Through e23e781There are 1 changes which include @simulacrum/foundation-simulator with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
The following preview packages have been published by Covector:
|
I had a brief look over the code. I think having some tests that demonstrate how you would use the foundation simulator Api, and especially how you would interact with the store would serve as good documentation, as well as a quality control. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, and I don't see why we shouldn't iterate forward on this. Sorry it took so long get to, but if customers are using this happily, it looks like way more direction and guardrails than we had before.
Motivation
We want to improve the ability to iteratively build a simulator for use in published simulators in this repository or custom implementations elsewhere. This includes the components likely to be used in each simulator (server, router, data store) and pieces to enable quickly spinning up a simulator to get started.
Approach