https://github.com/lance/crockpot
Node module for coordinating long running actions
https://github.com/lance/crockpot
Last synced: over 1 year ago
JSON representation
Node module for coordinating long running actions
- Host: GitHub
- URL: https://github.com/lance/crockpot
- Owner: lance
- License: mit
- Created: 2019-02-06T19:59:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T20:52:02.000Z (over 7 years ago)
- Last Synced: 2025-02-10T11:48:45.523Z (over 1 year ago)
- Language: JavaScript
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Crockpot
A Node.js module for [Microprofile Long Running Actions](https://microprofile.io/project/eclipse/microprofile-lra).
A work in progress.
## Running the tests
You need to have docker installed. And some kind of shell at `#!/bin/bash`.
All test are currently integration tests where we are testing against an actual
Narayana server running the Microprofile API and exposing it via REST.
```
npm test
```
This command will ensure that a Narayana server is running as a local Docker
container with port 8080 exposed.
## Generating the API Client
The Narayana server API may be used to generate an OpenAPI `.json` file. The current
spec is in the `openapi` directory.