GithubHelp home page GithubHelp logo

pantry-io / pantry Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 1.0 3.35 MB

A simple to maintain background job and message queue service. https://nickpoorman.com/2020-07-26-data-pipelines-part-2-retries/

Home Page: http://pantry.io

License: Apache License 2.0

Dockerfile 0.15% Makefile 0.68% Go 99.17%
nats disk badger job-server queue message-queue distributed aws ecs efs

pantry's Introduction

nats-requeue

GoDoc CircleCI License

This is a service that persists NATS messages to disk and retries sending them at a deferred time.

THIS IS STILL BEING IMPLEMENTED. IT IS NOT READY FOR USE.

Getting Started

Installing

go get github.com/nickpoorman/nats-requeue

This will retrieve the library and install the retry-queue command line utility into your $GOBIN path.

Configuration

Badger recommends running with GOMAXPROCS=128.

I would recommend setting your soft ulimit to 65535. Google how to do it on your OS.

AWS ECS

Uses

DLQ (dead letter queue)

TODO

Disk-backed Buffer

TODO

How Requeue Works

All queue meta information is kept in memory and synced to disk.

Checkpointing

In memory meta for a queue consists of a Checkpoint. The checkpoint is used for seeking to the a key in Badger. This allows us to iterate directly between the events we are looking for in a time range.

Contributing

This project uses Flatbuffers to serialize messages. To build the protocol/*.fbs files you must have flatc installed and then run the following.

make protocol

Thanks

  • NATS for an awesome distributed messaging system.
  • This project uses dgraph-io/badger for storing the messages on disk.

pantry's People

Contributors

nickpoorman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

enixdark

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.