Showing 89 open source projects for "load"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • HRSoft Compensation - Human Resources Software Icon
    HRSoft Compensation - Human Resources Software

    HRSoft is the only unified, purpose-built SaaS platform designed to transform your complex HR processes into seamless digital ones

    Manage your enterprise’s compensation lifecycle and accurately recognize top performers with a digitized, integrated system. Keep employees invested and your HR team in control while preventing compensation chaos.
  • 1
    GoReplay

    GoReplay

    The Swiss Army knife for testing and monitoring

    Increase confidence in code deployments, configuration changes and infrastructure changes with GoReplay! GoReplay is an innovative open source tool that captures and replays live HTTP traffic, using it to continuously test your system with real data. Now you don’t have to put up with risks that come with putting a third-party component in the critical path. With GoReplay you can analyze and record your application traffic without affecting it whatsoever. Use it for shadowing, load testing...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    hey

    hey

    HTTP load generator, ApacheBench (ab) replacement

    hey is a tiny program that sends some load to a web application. hey was originally called boom and was influenced from Tarek Ziade's tool at tarekziade/boom. Using the same name was a mistake as it resulted in cases where binary name conflicts created confusion. To preserve the name for its original owner, we renamed this project to hey. hey runs provided number of requests in the provided concurrency level and prints stats. It also supports HTTP2 endpoints. It’s simple, efficient, performant...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Temporal

    Temporal

    Temporal is an easy-to-use, enterprise-grade interface

    Temporal is an enterprise-grade storage solution that allows you easily integrate with distributed storage technologies like IPFS, without sacrificing functionality with an easy to use API leveraging all the benefits the distributed web has to offer. Temporal's API comes in two flavors, hosted or on-site. Should you not have the resources, or interest in maintaining your own infrastructure you can take advantage of our hosted API running in our very own datacenter. Those who have the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Kraken

    Kraken

    P2P Docker registry capable of distributing TBs of data in seconds

    ... load, Kraken distributes 20K 100MB-1G blobs in under 30 sec. Kraken is capable of distributing Docker images at > 50% of max download the speed limit on every host. Cluster size and image size do not have a significant impact on download speed. Support uploader authentication and data integrity protection through TLS. Other than pluggable storage, Kraken only has an optional dependency on DNS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 5
    TcpProxy for Windows

    TcpProxy for Windows

    tcp protocal proxy Windows desktop tool

    Provide simple tcp protocol proxy windows tool, provide UI mode use; support multiple load balance modes; provide real-time status display;
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    PostDock

    PostDock

    Postgres streaming replication cluster for any docker environment

    PostgreSQL cluster with High Availability and Self Healing features for any cloud and docker environment (Amazon, Google Cloud, Kubernetes, Docker Compose, Docker Swarm, Apache Mesos)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Manba

    Manba

    HTTP API Gateway

    Manba is a restful API gateway based on HTTP, which can be used as a unified API access layer. Please make sure your Go version is 1.10 or above. Otherwise, undefined "math/rand". Shuffle error will occur when compiling. Traffic Control (on Server or API). Circuit Breaker (on Server or API). Load balance, service discovery, plugin. Routing (Divert Traffic, Duplicate Traffic). API Aggregation. API Argument Check, API Access Control (White and Black List), API Default Return Value, API Customized...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    EasyDarwin

    EasyDarwin

    Industrial rtsp streaming server

    Open source, high-performance, industrial RTSP streaming server. A lot of optimization on streaming. KeyFrame cache, RESTful, and web management. Also, EasyDarwin supports distributed load balancing, a simple streaming media cloud platform architecture. Helps streaming media developers realize the latest mobile Internet streaming live and on-demand faster and easier. Simple, efficient, and stable open-source audio encoding library, which supports transcoding of various audio data into AAC...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    lastbackend

    lastbackend

    System for containerized apps management, from build to scaling

    ..., container images runtime, load-balancing and more. All of these technologies are provided out of the box and don't require additional research and setup. Our design principles allow us to create an extendable and powerful system. We separated runtime into the particular package and used interfaces to add the ability to extend supported technologies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage Properties Better For Free Icon
    Manage Properties Better For Free

    For small to mid-sized landlords and property managers

    Innago is a free and easy-to-use property management solution. Whether you have 1 unit or 1000, student housing, or commercial properties, Innago is built for you. Our software is designed to save you time and money, so you can spend more time doing the things that matter most.
  • 10
    Origin

    Origin

    Community Distribution of Kubernetes

    Origin, also known as OKD is the community distribution of Kubernetes that has been optimized for continuous application development and multi-tenant deployment. It adds developer and operations-centred tools to Kubernetes to speed up application development and simplify deployment, scaling, as well as long-term lifecycle maintenance. It also makes it easier to launch Kubernetes on any cloud or bare metal and run and update clusters, while providing all the necessary tools for creating...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    go-cache

    go-cache

    An in-memory key:value store/cache library for Go

    go-cache is an in-memory key:value store/cache similar to memcached that is suitable for applications running on a single machine. Its major advantage is that, being essentially a thread-safe map[string]interface{} with expiration times, it doesn't need to serialize or transmit its contents over the network. Any object can be stored, for a given duration or forever, and the cache can be safely used by multiple goroutines. Although go-cache isn't meant to be used as a persistent datastore,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Bolt

    Bolt

    An embedded key/value database for Go

    ... and randomized black box testing are used to ensure database consistency and thread safety. Bolt is currently used in high-load production environments serving databases as large as 1TB. Many companies such as Shopify and Heroku use Bolt-backed services every day. Please note that Bolt obtains a file lock on the data file so multiple processes cannot open the same database at the same time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    COW

    COW

    HTTP proxy to automatically identify blocked sites

    ... itself as a secondary proxy. Multiple secondary agents can be used to support simple load balancing. Automatically detect whether the website is blocked, and only use the secondary proxy for the blocked website. Automatically generate PACs containing directly connected websites, you can bypass COW when visiting these websites. Built-in common websites that can be directly connected , such as domestic social, video, bank, e-commerce and other websites (can be added manually).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Switcher

    Switcher

    Run SSH and HTTP(S) on the same port

    Switcher is a proxy server that accepts connections and proxies based on which protocol is detected. Switcher is heavily influenced by sslh. It started out as a learning exercise to discover how sslh worked and attempt an implementation in Go. The result is useful in its own right through use of Go's interfaces for protocol matching (making adding new protocols trivial), and lightweight goroutines (instead of forking, which is more CPU intensive under load).
    Downloads: 0 This Week
    Last Update:
    See Project