All Projects → ainame → Lumpik

ainame / Lumpik

Licence: other
[experimental] Lumpik is a job queue system for general purpose.

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Lumpik

Exq
Job processing library for Elixir - compatible with Resque / Sidekiq
Stars: ✭ 1,218 (+5700%)
Mutual labels:  sidekiq, job-queue
now-swift-example
Example for use Kitura framework and swift lang with https://zeit.co/now.
Stars: ✭ 18 (-14.29%)
Mutual labels:  server-side-swift
VaporTwilioService
Twilio API provider for all your Vapor needs
Stars: ✭ 19 (-9.52%)
Mutual labels:  server-side-swift
sidekiq log analyzer
SidekiqLogAnalyser gem allows to see summary of your sidekiq workers (based on log file).
Stars: ✭ 13 (-38.1%)
Mutual labels:  sidekiq
sinatra-bootstrap
My opinionated Sinatra base application
Stars: ✭ 14 (-33.33%)
Mutual labels:  sidekiq
paginator
Offset pagination for Vapor 🗂
Stars: ✭ 67 (+219.05%)
Mutual labels:  server-side-swift
awesome-swift-nio
📖 A collaborative list of all things Swift NIO
Stars: ✭ 81 (+285.71%)
Mutual labels:  server-side-swift
async
⏱ Promises and reactive-streams in Swift built for high-performance and scalability.
Stars: ✭ 35 (+66.67%)
Mutual labels:  server-side-swift
shotgun
Ready to go Rails App with TailwindCSS, ViewComponent, Devise, and more!
Stars: ✭ 25 (+19.05%)
Mutual labels:  sidekiq
sqlite-kit
Non-blocking SQLite client library with SQL builder built on SwiftNIO
Stars: ✭ 51 (+142.86%)
Mutual labels:  server-side-swift
Kitura-NIO
A networking library for Kitura, based on SwiftNIO
Stars: ✭ 35 (+66.67%)
Mutual labels:  server-side-swift
PassEncoder
Simple PassKit (Apple Wallet) encoding and signing in Swift.
Stars: ✭ 28 (+33.33%)
Mutual labels:  server-side-swift
Perfect-Crypto
Cryptographic Operations
Stars: ✭ 27 (+28.57%)
Mutual labels:  server-side-swift
mysqly
Full-featured opensource small-overhead PHP data framework for Mysql built for fast and efficient development
Stars: ✭ 18 (-14.29%)
Mutual labels:  job-queue
KittyEvents
Super simple event system on top of ActiveJob
Stars: ✭ 20 (-4.76%)
Mutual labels:  sidekiq
Perfect-WebSocketsServer
Perfect Example Module: WebSockets Server
Stars: ✭ 34 (+61.9%)
Mutual labels:  server-side-swift
BSON
Native Swift library for BSON (http://bsonspec.org)
Stars: ✭ 98 (+366.67%)
Mutual labels:  server-side-swift
ZEGBot
Build your Telegram Bot with Swift! (works on macOS / Ubuntu)
Stars: ✭ 52 (+147.62%)
Mutual labels:  server-side-swift
StORM
StORM base library
Stars: ✭ 19 (-9.52%)
Mutual labels:  server-side-swift
fluent-postgres-driver
🐘 PostgreSQL driver for Fluent.
Stars: ✭ 120 (+471.43%)
Mutual labels:  server-side-swift

Lumpik

Summary

Lumpik is the job queue system for general purpose.

Features

  • can consume your all of CPU-cores on 1 process
  • can create a worker which has type-safe argument
  • can deploy your app as a binary file

Examples

see https://github.com/ainame/Lumpik/tree/master/Sources/Examples/

Benchmark

Please host local redis-server at firtst. Do 100,000 no-op jobs, and measure its throughput.

$ git clone https://github.com/ainame/Lumpik.git
$ cd Lumpik
$ gem install redis
$ scripts/load.sh

Acknowledgement

  • original author is @mperham on Sidekiq
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].