Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlhunter/distributed-node
Optional Companion Files for Distributed Systems with Node.js
https://github.com/tlhunter/distributed-node
nodejs
Last synced: 25 days ago
JSON representation
Optional Companion Files for Distributed Systems with Node.js
- Host: GitHub
- URL: https://github.com/tlhunter/distributed-node
- Owner: tlhunter
- Created: 2020-10-28T05:06:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T12:29:50.000Z (over 2 years ago)
- Last Synced: 2024-04-08T16:32:38.865Z (7 months ago)
- Topics: nodejs
- Language: JavaScript
- Homepage: https://thomashunter.name/distributed-systems-with-nodejs
- Size: 75.2 KB
- Stars: 182
- Watchers: 8
- Forks: 61
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Audit: audit/package-lock.json
Awesome Lists containing this project
README
# Distributed Systems with Node.js: Companion Files
These are the companion files for Distributed Systems with Node.js, O'Reilly 2020. These files aren't required to follow along with the book; the book contains everything you need to recreate them. However, they're provided here as a convenience.
If you can't get a program to run you may find that by looking at these files you've made a typo. Or, you may find that one day an npm package update causes an incompatibility in your program, at which point a _package-lock.json_ file in here may help you out.
- [Distributed Systems with Node.js on O'Reilly](https://learning.oreilly.com/library/view/distributed-systems-with/9781492077282/)
- [Distributed Systems with Node.js on Amazon](https://www.amazon.com/Distributed-Systems-Node-js-Building-Enterprise-Ready/dp/1492077291)## Breaking Errata
- CH4 SEC1: When running the ELK stack Docker container on macOS, you'll need to [increase the maximum memory in Docker Desktop](https://docs.docker.com/docker-for-mac/#resources) to at least 4GB. If you don't then you might find that the container doesn't start correctly.
## Submitting Book Errata
If you find an issue with the content of the book, or with the code, please submit an official O'Reilly Errata:
- [Submit Errata via O'Reilly](http://www.oreilly.com/cs/catalog/create/errata/?b=69336)
If you find an issue specifically with this repository, like it's missing a file from the book, please create an issue:
- [Submit Issue](https://github.com/tlhunter/distributed-node/issues)