Showing 29 open source projects for "queue"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    Laravel Pulse

    Laravel Pulse

    Laravel Pulse is a real-time application performance monitoring tool

    ...Uncover the users who make the most requests, engage with the slowest endpoints, and dispatch the most jobs throughout your Laravel applications. Take the guesswork out of optimizing your queue workers. See real-time and historical stats for how many jobs are pending, how many failed, and how many are processed successfully. See a high-level overview of your application's performance bottlenecks. View the slowest endpoints, queries, jobs, and outgoing requests that are impacting users.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    ioredis

    ioredis

    A performance-focused Redis client for Node.js

    ...Transformation of command arguments and replies. Transparent key prefixing. Abstraction for Lua scripting, allowing you to define custom commands. Support for binary data. Support for TLS. Support for offline queue and ready checking. Support for ES6 types, such as Map and Set. Support for GEO commands. Support for Redis ACL. Sophisticated error handling strategy. Support for NAT mapping. Support for autopipelining. ioredis supports all of the scripting commands such as EVAL, EVALSHA and SCRIPT.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Zappa - Serverless Python

    Zappa - Serverless Python

    Serverless Python

    ...That means infinite scaling, zero downtime, zero maintenance - and at a fraction of the cost of your current deployments! With a traditional HTTP server, the server is online 24/7, processing requests one by one as they come in. If the queue of incoming requests grows too large, some requests will time out. With Zappa, each request is given its own virtual HTTP "server" by Amazon API Gateway. AWS handles the horizontal scaling automatically, so no requests ever time out. Each request then calls your application from a memory cache in AWS Lambda and returns the response via Python's WSGI interface. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Asterisk Channels Live

    Asterisk Channels Live

    This is a PBX dashboard showing the peer,queue,agent at real time

    http://www.astchannelslive.com/sourceforge.php This is a dashboard work with Asterisk(FreePBX) any other installation: 1. Showing the peer status 2. queue,agent at real time 3. Hangup, Spy,....
    Downloads: 0 This Week
    Last Update:
    See Project
  • G-P - Global EOR Solution Icon
    G-P - Global EOR Solution

    Companies searching for an Employer of Record solution to mitigate risk and manage compliance, taxes, benefits, and payroll anywhere in the world

    With G-P's industry-leading Employer of Record (EOR) and Contractor solutions, you can hire, onboard and manage teams in 180+ countries — quickly and compliantly — without setting up entities.
    Learn More
  • 5
    yourDashboard

    yourDashboard

    Webbased Dashboard to show the status of your IT infrastructure

    ...Each dashboard consists of one or multiple dashlets, that will be reloaded in a configurable time interval using AJAX technology. yourDashboard comes with a few dashlets, but it is easy to write your own dashlet, too. At the moment, the follwing dashlets come with yourDashboard: - dashlet for OpenNMS outages - dashlet for OpenNMS alarms - dashlet for newest tickets in OTRS queue - clock dashlet
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CANUSB Library written in C#
    This is a C# library dedicated for using with a www.canusb.com device Full notes: See ReadMe.txt Summary The LAWICEL DLL is 'unmanaged code' and was not designed for use by C#/VB/Mono http://en.wikipedia.org/wiki/Managed_code If you wish to call 'unmanaged code' from 'managed code', you need to use a 'C# wrapper' to access the DLL. This wrapper uses 'PInvoke' (like peek/poke) to 'martial' calls from managed to unmanaged code. It sounds complicated, and it is. IT IS ALSO TOTALLY...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    integral

    integral

    Fast CGI-based AsteriskPBX cluster administration tool.

    Allows OnLine monitoring of all kind Asterisk functioality: - Real-Time channel monitoring; - Queue Agents control; - Conference Administration; - Config edition; - Asterisk Core monotoring;
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    mqnic - virtual link layer for qemu/kvm

    Low latency, high bandwidth IP for virtual machines

    MQNIC ( Message Queue NIC ) Virtual Link Layer The Message Queue NIC project provides a virtual link layer for qemu/kvm based virtual machines. The virtual link layer provides transport using the Apache ActiveMQ message server or other message bus and eliminates the need for external IP infrastructure to support VM deployments. Based on the ivshmem technology originally developed by Cam Macdonell the mqnic drivers use zero copy vm<->host data transfers and the apache message server to provide low latency, high bandwidth IP support for virtual data centers while simplifying the provisioning of hosted IP. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    tvpvrd - (TV Personal Video Recorder Daemon). A Unix server/daemon to make scheduled recordings of TV broadcasts using one or multiple Video capture cards with optional automatic transcoding (using ffmpeg)
    Downloads: 1 This Week
    Last Update:
    See Project
  • Financial reporting cloud-based software. Icon
    Financial reporting cloud-based software.

    For companies looking to automate their consolidation and financial statement function

    The software is cloud based and automates complexities around consolidating and reporting for groups with multiple year ends, currencies and ERP systems with a slice and dice approach to reporting. While retaining the structure, control and validation needed in a financial reporting tool, we’ve managed to keep things flexible.
    Learn More
  • 10

    Qexplore

    Qexplore enables a Qmail server to analyze emails.

    ...Its main features are: - it can reject viruses using Clam Antivirus (http://www.clamav.net); - it can check for spam using SpamAssassin (http://spamassassin.apache.org); - it can block emails with particular attachment extensions during the SMTP communication using Reformime (http://www.courier-mta.org/reformime.html); - it can "rate-limit" messages that an email address can send in a defined amount of time using an embedded db through SQLite (http://www.sqlite.org). Unlike other scanners for Qmail, such as Simscan or Qmail-Scanner which are inline scanners, Qexplore is an offline scanner that first write an email to a queue resident on disk, closing the qmail-smtpd communication. It than (offline) analyzes this email to check for virus and/or spam. This design solves the problem of highly traffic smtp servers in wich a lot of concurrent SMTP connections can deny access of incoming/outgoing emails because the system is busy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Developing Queue Message admin gui based tools for OpenMQ (GlassFish JMS) / Oracle WebLogic MQ. The name of tool is QBrowserV2. It aims to implement functionality such as New Message Create/Send, Delete Messages, Forward Messages, Subscribe TOPICs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    An open source project of developing Message admin gui based tools for Apache ActiveMQ. The name of tool is ActiveMQBrowser. It aims to implement functionality such as New Message Create/Send, Delete Messages, Forward Messages, Subscribe TOPICs.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    DotNetMQ is a message broker (message queue, message oriented middleware) that has several features including guaranteed delivering, routing, load balancing, server graphs... so on. See article on CodeProject.com for more information: http://www.code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    iplist is a list based packet handler which uses the netfilter netlink-queue library (kernel 2.6.14 or later). It filters by IP-address and is optimized for thousands of IP-address ranges.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15
    inundator is a tool used to anonymously inundate intrusion detection logs with false positives to obfuscate a real attack, leaving the IDS analyst feeling completely inundated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    netfilter for windows
    Brings the functionality of Linux netfilter to Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A Linux Traffic Control Management Interface: build tc-style rules for control network flows. Have support to set queue disciplines to interface (root) or inside a class (leaf), create classes and classifiers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Web based interface administration QoS on Linux. A Traffic Control interface. Currently it can: create queue disciplines to all algoritms, create class to all classfull algoritms, put all qdisc inside classes, create classifiers with u32.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    QED is a batch manager in the likes of NQS and GNU-queue with some fancy features like network support, simple load balancing, and job resource usage control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CopyFile is flexible and persistent utility for searching and copying (large) files over Local Area Network (LAN). Supports for MultiThreading /pause/resume/integrity check/subdir recurse/queue(with autosave)/network listing with autosave and lots of oth
    Downloads: 6 This Week
    Last Update:
    See Project
  • 21
    An implementation of the Open Groups' ARM (Application Response Measurement) 4.0 Java interfaces. OpenArm can be configured to send ARM transaction data to a log, to a messaging queue, a datastore, a JMX notification or to an SNMP trap.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SQS is a project assigned to remote management of computer systems. It provides a means by which a user may control the task queue on a remote computer. The system is flexible and easy to use, configure, and install. It includes secure data transfers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Simple-to-use, dynamic, rule-based firewall addition. Uses QUEUE/userspace to dynamically approve or drop packets based on custom rules. With frequency caching, friend/foe indication, loose IP matching, and customizable logging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Protect your Server/Network against spammers. fw_spam queries a DNS-based Spam Database to detect spam listed ip-addresses. It is a userspace daemon, wich gets the packets from the iptables QUEUE target. You can configure the dns server, the firewall
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    IPQReader reads packets from netfilter QUEUE target, using libipq. It prints data in plain txt or XML. The goal is to recognize all IP-based protocols and print as much information as possible in human-readable form, without losing any bit of data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next