Microfleet
Microfleet - opinionated node.js based webservices toolkit for fast development of scalable production-grade apps
Vancouver, Canada
Pinned Repositories
amqp
An AMQP 0.9.1 client for Node.js.
callback-queue
Put your callbacks into queue to make sure that concurrent requests that you might want to perform will only be executed once
cli
cli for running commands against microservices and printing the responses
clickhouse-adapter
NestJS Clickhouse Adapter
core
Microservice abstract class
create-microfleet-app
Set up a modern microservice by running one command
distributed-callback-queue
Creates distributed callback queue based on redis pubsub. Pass 2 redis clients (supports redis sentinel as well for HA), manages locks across multiple processes
html-to-pdf
Renders mustache template to HTML and then creates PDF in headless chrome - useful for generating PDF reports with rich formatting
ioredis-lock
Node distributed locking using redis
transport-amqp
Contains RabbitMQ-based transport for establishing a net of loosely coupled microservices with a simple RPC-style calling interface using Node.js
Microfleet's Repositories
microfleet/core
Microservice abstract class
microfleet/ioredis-lock
Node distributed locking using redis
microfleet/transport-amqp
Contains RabbitMQ-based transport for establishing a net of loosely coupled microservices with a simple RPC-style calling interface using Node.js
microfleet/distributed-callback-queue
Creates distributed callback queue based on redis pubsub. Pass 2 redis clients (supports redis sentinel as well for HA), manages locks across multiple processes
microfleet/clickhouse-adapter
NestJS Clickhouse Adapter
microfleet/html-to-pdf
Renders mustache template to HTML and then creates PDF in headless chrome - useful for generating PDF reports with rich formatting
microfleet/callback-queue
Put your callbacks into queue to make sure that concurrent requests that you might want to perform will only be executed once
microfleet/amqp
An AMQP 0.9.1 client for Node.js.
microfleet/cli
cli for running commands against microservices and printing the responses
microfleet/create-microfleet-app
Set up a modern microservice by running one command
microfleet/docgen
microfleet/website
microfleet/microfleet.io
microfleet.io landing page
microfleet/otp
microfleet/rbac
microfleet/validation
Integrates ajv module for various validation tasks