This is a public snapshot of a private project where I demonstrate a few interesting ways to develop Azure Functions in NodeJS for training purposes:
- Integration with cognitive services (see
cognitive_worker
) - Database access (see
database_worker
) - Queue-driven scaling (see
fetcher_worker
) - Static file server (see
static_server
)
OPML -> fetcher_timer -> fetcher_worker -> cognitive_worker -> database_worker