All Projects → canhnt → K8s Nats Streaming

canhnt / K8s Nats Streaming

Licence: apache-2.0
NATS Streaming Server on Kubernetes

Projects that are alternatives of or similar to K8s Nats Streaming

Awesome Helm
Collaborative list of awesome helm charts and resources. PRs are welcome!
Stars: ✭ 543 (+836.21%)
Mutual labels:  helm-charts
Message Queue
第四届阿里中间件性能挑战赛复赛-JAVA-第21名
Stars: ✭ 16 (-72.41%)
Mutual labels:  message-queue
K8s Minecraft
Running a Minecraft server in Kubernetes
Stars: ✭ 37 (-36.21%)
Mutual labels:  helm-charts
Siberite
Siberite is a simple, lightweight, leveldb backed message queue written in Go.
Stars: ✭ 583 (+905.17%)
Mutual labels:  message-queue
Rmq
Message queue system written in Go and backed by Redis
Stars: ✭ 722 (+1144.83%)
Mutual labels:  message-queue
Helmsman
Helm Charts as Code
Stars: ✭ 854 (+1372.41%)
Mutual labels:  helm-charts
Plumber
A swiss army knife CLI tool for interacting with Kafka, RabbitMQ and other messaging systems.
Stars: ✭ 514 (+786.21%)
Mutual labels:  message-queue
Enqueue Elastica Bundle
The bundle extends functionality of FOSElasticaBundle. Improves performance of fos:elastica:populate command
Stars: ✭ 40 (-31.03%)
Mutual labels:  message-queue
Huststore
High-performance Distributed Storage
Stars: ✭ 806 (+1289.66%)
Mutual labels:  message-queue
Storage Based Queue
Javascript queue library with persistent storage based queue mechanism for the browsers environments. Specially designed for offline.
Stars: ✭ 33 (-43.1%)
Mutual labels:  message-queue
Stock Analysis Engine
Backtest 1000s of minute-by-minute trading algorithms for training AI with automated pricing data from: IEX, Tradier and FinViz. Datasets and trading performance automatically published to S3 for building AI training datasets for teaching DNNs how to trade. Runs on Kubernetes and docker-compose. >150 million trading history rows generated from +5000 algorithms. Heads up: Yahoo's Finance API was disabled on 2019-01-03 https://developer.yahoo.com/yql/
Stars: ✭ 605 (+943.1%)
Mutual labels:  helm-charts
Jafka
a fast and simple distributed publish-subscribe messaging system (mq)
Stars: ✭ 697 (+1101.72%)
Mutual labels:  message-queue
Pomerium Helm
Official helm charts for Pomerium.
Stars: ✭ 32 (-44.83%)
Mutual labels:  helm-charts
Taskq
Golang asynchronous task/job queue with Redis, SQS, IronMQ, and in-memory backends
Stars: ✭ 555 (+856.9%)
Mutual labels:  message-queue
Toro
Multithreaded message processing on Postgres
Stars: ✭ 39 (-32.76%)
Mutual labels:  message-queue
Cp Helm Charts
The Confluent Platform Helm charts enable you to deploy Confluent Platform services on Kubernetes for development, test, and proof of concept environments.
Stars: ✭ 539 (+829.31%)
Mutual labels:  helm-charts
Helm Charts
Public Helm charts from Flant.
Stars: ✭ 26 (-55.17%)
Mutual labels:  helm-charts
Lemon Rabbitmq
乐檬框架之rabbitMQ的解耦实现方式(基于springboot框架),利用ConfirmCallback确保消息安全发送至broker服务器,使用Ack/Nack手动确认消息处理状态,保证broker消息被正确消费
Stars: ✭ 46 (-20.69%)
Mutual labels:  message-queue
Carmine
Redis client and message queue for Clojure
Stars: ✭ 999 (+1622.41%)
Mutual labels:  message-queue
Helm Charts
Prometheus community Helm charts
Stars: ✭ 962 (+1558.62%)
Mutual labels:  helm-charts

NATS Streaming Server on Kubernetes

This project contains a Docker image and a Helm chart to run NATS Streaming Server in the Kubernetes cluster. The NATS Streaming Server can run in fault tollerance mode

Requirements

  • Kubernetes v1.8.0 or later.
  • A NFS instance like Amazon EFS or Google Gluster.

Syntax

Build Helm chart

make helm

Helm chart options

Keys Default Description
image 'docker.io/canhnt/nats-streaming-server:v0.6.0' Docker image to deploy
imagePullPolicy 'IfNotPresent'
replicas 3 Number of nats-streaming replicas
storageSize 1Gi Storage size of the share volume between nats-streaming replicas
pv.serverUrl 'FAKED' URL of the NFS instance
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].