# sammler-flow-prototype

> A prototype to continuously validate the entire flow.

Latest version **0.0.2** (published 2017-01-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install sammler-flow-prototype
pnpm add sammler-flow-prototype
yarn add sammler-flow-prototype
bun add sammler-flow-prototype
```

## Health

**Score 5/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: insecure dependencies; abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2017-01-06 |
| First published | 2017-01-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Stefan Walther |
| Maintainers | stefanwalther |

## Links

- npm: https://www.npmjs.com/package/sammler-flow-prototype
- Repository: https://github.com/sammler/sammler-flow-prototype
- Homepage: https://github.com/sammler/sammler-flow-prototype#readme
- Issues: https://github.com/sammler/sammler-flow-prototype/issues
- npm.io page: https://npm.io/package/sammler-flow-prototype

## Dependencies (2)

- [sammler-log-service](https://npm.io/package/sammler-log-service.md) github:sammler/sammler-log-service
- [sammler-jobs-service](https://npm.io/package/sammler-jobs-service.md) github:sammler/sammler-jobs-service

## Recent versions

- 0.0.2 (latest) — 2017-01-06

## README

# sammler-flow-prototype

> A prototype to continuously validate the entire flow.

## Purpose
The purpose of this project is to validate the entire flow of _sammler_ with a very minimalistic setup. At the same time this setup should be representative to what will happen with multiple _sammler_ strategies.

### Basic services:

- scheduler
- db
- rabbitmq
- strategy-x
- jobs-service
- log-service

### Basic flow

- _scheduler_ 
  - creates a new unique message (every minute / 10x a minute),
  - posts the new message (`strategy-x`) to RabbitMQ
- _strategy-x_ listens to RabbitMQ

---
Tasks:
- add the job to jobs-service
- run the job (takes 2 mins)
- mark the job as completed in the jobs-service
- acknowledge the job on RabbitMQ

## Configuration

## Author
**Stefan Walther**

* [github/stefanwalther](https://github.com/stefanwalther)
* [twitter/waltherstefan](http://twitter.com/waltherstefan)

## License
Released under the MIT license.

---
_Source: https://npm.io/package/sammler-flow-prototype · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
