24 open-source projects similar to apitally/apitally-js, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
kops is a Kubernetes cluster provisioner and lifecycle manager designed to automate the creation, maintenance, and destruction of production-grade clusters on cloud infrastructure. It functions as a declarative infrastructure manager, synchronizing the live state of a cluster with versioned manifests stored in remote object storage to ensure idempotent operations. The project distinguishes itself by offering comprehensive automation for the entire cluster lifecycle, including high-availability control plane deployment, incremental rolling updates, and automated version upgrades. It also serve
HAProxy is a high-performance TCP and HTTP proxy that distributes traffic across multiple backend servers to ensure availability and fault tolerance for critical services. It operates in either TCP or HTTP mode, with an event-driven, single-threaded reactor that handles tens of thousands of connections without context switching, and supports kernel-level data transfer to minimize memory usage and latency. What distinguishes HAProxy is its configuration-file-first design, where all load-balancing rules and runtime behavior are defined in a declarative text file parsed at startup. It embeds a L
Adonis gRPC Consumer Communicate easily with gRPC services in Adonis
Adonis Sail ⛵Generate a ready-to-use local docker environment for your Adonis application
Simple, self-hosted module based on Socket.io and Chart.js to report realtime server metrics for Nest-based node servers
🐶 Hot-shots Module for Nest.js Framework
This is an example repository for running AdonisJS on AWS Lambda. Work on this project has been done by @satheler with his package s12r and @capopovici by making it compatible with version 5.1.9 of AdonisJS.
💥 Collection of common packages for NestJS: configx, hatchet integration, flydrive and more
🔭 Deeply Integrated and Auto Instrumented OpenTelemetry module for NestJS
Distributed tracing for Nestjs with AWS X-Ray as the backend. Instrument incoming and outgoing HTTP requests
📈 A zero-dependency-injection Prometheus metrics reporter for NestJS
OpenTelemetry (Tracing Metrics) module for Nest framework (node.js) 🔭
adonis5-bullmq - Installation - Usage - Create your props interface and enums - Create queue listener - Emit job
adonis5-nats - Installation - Example usage - App/Services/UserServiceServer.ts: - App/Services/UserServiceClient.ts: - commands/UsersService.ts - start/routes.ts - Add docker-compose.yaml - Run nats - Update manifest - Run service and http server - test
Simple RPC Provider for Adonis 5, based on Redis pub/sub transport
The easiest way to start using an asynchronous job queue with AdonisJS. Ready for Adonis v5 ⚡️
This completion script supports custom commands and flags by reading the ace-manifest.json file with jq. In order to use this script, you must install the jq utility (See this).
@rlanz/bull-queue is a queue system based on BullMQ for AdonisJS.
This project provides a curated catalog of community-contributed geospatial datasets designed for environmental analysis and mapping workflows. It functions as a centralized repository for discovering and retrieving geographic information, facilitating access to earth observation data without the need for manual preprocessing. Beyond its role as a data catalog, the project includes automation utilities for maintaining project documentation and monitoring repository health. It uses marker-based text injection to dynamically update documentation files and aggregates public engagement metrics, s
Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud infrastructure and services. It serves as a cloud management API client and resource manager for provisioning, configuring, and scaling virtual servers, databases, and storage. The library enables the implementation of infrastructure-as-code through declarative templates and scripts, allowing for the deployment of identical resource stacks across multiple accounts and geographic regions. It also provides a framework for coordinating distributed workflows, serverless functions, and contain
Monero is a privacy-focused cryptocurrency and proof-of-work blockchain designed for private digital payments. It utilizes a peer-to-peer network and a distributed ledger to allow users to send and receive currency while hiding transaction senders, receivers, and amounts. The system achieves financial confidentiality through the use of ring signatures for sender obfuscation and RingCT with Bulletproofs to hide transaction values. To ensure network security and decentralization, it employs a memory-hard proof-of-work algorithm optimized for general-purpose CPUs. The project provides a full no