https://github.com/rcarmo/azure-functions-newspipe-node
Azure Functions bootstrap project for training sessions
https://github.com/rcarmo/azure-functions-newspipe-node
azure-functions cognitive-services nodejs serverless serverless-examples
Last synced: about 1 month ago
JSON representation
Azure Functions bootstrap project for training sessions
- Host: GitHub
- URL: https://github.com/rcarmo/azure-functions-newspipe-node
- Owner: rcarmo
- License: mit
- Created: 2017-05-28T21:17:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T10:10:20.000Z (over 5 years ago)
- Last Synced: 2025-05-21T11:51:44.849Z (about 1 year ago)
- Topics: azure-functions, cognitive-services, nodejs, serverless, serverless-examples
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# azure-functions-newspipe-node
This is a public snapshot of a private project where I demonstrate a few interesting ways to develop [Azure Functions][azf] in [NodeJS][n] for training purposes:
## To Do
- [ ] Integration with cognitive services (see `cognitive_worker`)
- [ ] Database access (see `database_worker`)
- [ ] Queue-driven scaling (see `fetcher_worker`)
- [x] Static file server (see `static_server`)
## Data Flow
OPML -> fetcher_timer -> fetcher_worker -> cognitive_worker -> database_worker
[n]: http://nodejs.org
[azf]: https://docs.microsoft.com/en-us/azure/azure-functions/