https://github.com/badsyntax/zookeeper-example
An example zooker project
https://github.com/badsyntax/zookeeper-example
Last synced: 10 months ago
JSON representation
An example zooker project
- Host: GitHub
- URL: https://github.com/badsyntax/zookeeper-example
- Owner: badsyntax
- Created: 2018-04-25T19:04:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T19:05:51.000Z (almost 8 years ago)
- Last Synced: 2025-02-15T05:14:52.769Z (12 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This example project will build a zookeeper and node service. The node service will consume data from the zookeeper service.
## Getting started
Start the services:
```
make start
```
Now run the `consume.js` example:
```
make consume
```
This will run the `consume.js` script in the context of the node service.