Showing 116 open source projects for "cache"

View related business solutions
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely.

    Stay productive working at any distance from anywhere with Monitask.
  • 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.
  • 1
    Laravel Eloquent Query Cache

    Laravel Eloquent Query Cache

    Adding cache on your Laravel Eloquent queries' results is now a breeze

    Laravel Eloquent Query Cache brings back the remember() functionality that has been removed from Laravel a long time ago. It adds caching functionalities directly on the Eloquent level, making use of cache within your database queries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Laravel Response Cache

    Laravel Response Cache

    Speed up a Laravel app by caching the entire response

    This Laravel package can cache an entire response. By default, it will cache all successful get-requests that return text-based content (such as HTML and json) for a week. This could potentially speed up the response quite considerably. So the first time a request comes in the package will save the response before sending it to the users. When the same request comes in again we're not going through the entire application but just respond with the saved response.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Spring Framework

    Spring Framework

    Comprehensive programming and configuration model for modern apps

    The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications, on any kind of deployment platform. A key element of Spring is infrastructural support at the application level: Spring focuses on the "plumbing" of enterprise applications so that teams can focus on application-level business logic, without unnecessary ties to specific deployment environments.
    Downloads: 73 This Week
    Last Update:
    See Project
  • 4
    Ristretto

    Ristretto

    A high performance memory-bound Go cache

    Ristretto is a fast, concurrent cache library built with a focus on performance and correctness. It all started with needing a memory-bound, concurrent Go cache in Dgraph. We looked around for a solution, but we couldn’t find a great one. We then tried using a sharded map, with shard eviction to release memory, which caused us memory issues. We then repurposed Groupcache’s LRU, using mutex locks for thread safety. After having it around for a year, we noticed that the cache suffered from severe...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 5
    JetCache

    JetCache

    JetCache is a Java cache framework

    JetCache is a Java cache abstraction that provides uniform usage for different caching solutions. It provides more powerful annotations than those in Spring Cache. The annotations in JetCache support native TTL, two-level caching, and automatically refresh in distributed environments, also you can manipulate Cache instances by your code. Currently, there are four implementations: RedisCache, TairCache(not open source on github), CaffeineCache (in memory) and a simple LinkedHashMapCache...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Nebulex

    Nebulex

    In-memory and distributed caching toolkit for Elixir

    Nebulex provides support for transparently adding caching into an existing Elixir application. Similar to Ecto, the caching abstraction allows consistent use of various caching solutions with minimal impact on the code. Nebulex cache abstraction shields developers from directly dealing with the underlying caching implementations, such as Redis, Memcached, or even other Elixir cache implementations like Cachex. Additionally, it provides totally out-of-box features such as cache usage patterns...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PHP Snowflake

    PHP Snowflake

    An ID Generator for PHP based on Snowflake Algorithm

    An ID Generator for PHP based on Snowflake Algorithm (Twitter announced). Snowflake is a network service that generates unique ID numbers at high scale with simple guarantees. If you want to generate unique IDs using the snowflake algorithm, you must ensure that sequence numbers generated within the same millisecond on the same node are unique. Based on this requirement, we have created this package which integrates multiple sequence number providers.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Flask-Caching

    Flask-Caching

    A caching extension for Flask

    Flask-Caching is an extension to Flask that adds caching support for various backends to any Flask application. By running on top of cachelib it supports all of werkzeug’s original caching backends through a uniformed API. It is also possible to develop your own caching backend by subclassing flask_caching.backends.base.BaseCache class. Flask’s pluggable view classes are also supported. To cache them, use the same cached() decorator on the dispatch_request method. Using the same @cached...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Model Caching for Laravel

    Model Caching for Laravel

    Eloquent model-caching made easy.

    This is an MIT-licensed open source project with its ongoing development made possible by the support of the community. I created this package in response to a client project that had complex, nested forms with many <select>'s that resulted in over 700 database queries on one page. I needed a package that abstracted the caching process out of the model for me and one that would let me cache custom queries, as well as cache model relationships. This package is an attempt to address those...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 10
    Brighter

    Brighter

    A framework for building messaging apps with .NET and C#

    This project is a Command Processor & Dispatcher implementation with support for task queues that can be used as a lightweight library. It can be used for implementing Ports and Adapters and CQRS (PDF) architectural styles in .NET. It can also be used in microservices architectures for decoupled communication between the services. Brighter supports Task Queues. As such it can be used to improve performance by introducing concurrency using a queue, and/or as an integration strategy between...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Freedom DDD Framework

    Freedom DDD Framework

    Freedom is a hexagonal architecture-based framework

    Freedom is a hexagonal architecture-based framework that underpins the hyperemic domain model paradigm. Integrated Iris. HTTP/H2C Server & Client. Integrating Prometheus. AOP Worker & Non-intrusive Context. Extensible component Infrastructure. Dependency Injection & Dependency Inversion & Open Closed Principle. DDD & Hexagonal Architecture. Domain Event & Message Queue Components. CQS & aggregate root. CRUD & PO Generate. Level 1 Cache & Level 2 Cache & Anti-breakdown. Scaffolding generates...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    django-prometheus

    django-prometheus

    Export Django monitoring metrics for Prometheus.io

    Export Django monitoring metrics for Prometheus.io. This library provides Prometheus metrics for Django-related operations. Prometheus uses Histogram based grouping for monitoring latencies. You can define custom buckets for latency, adding more buckets decreases performance but increases accuracy. SQLite, MySQL, and PostgreSQL databases can be monitored. Just replace the ENGINE property of your database, replacing django.db.backends with django_prometheus.db.backends. You may want to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    EARTHLY

    EARTHLY

    The effortless CI/CD framework that runs anywhere

    Share compute and cache with Earthly Satellites. Build remotely from the comfort of your terminal. Satellites use the code in your current directory, stream logs back to you in real time, and output results (images, artifacts) back to your laptop. When used from a CI, Earthly Satellites can be used to speed up builds, as the cache is retained between runs. Earthly was engineered for readability. Most engineers are able to read an Earthfile without any prior knowledge. We took some of the best...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Django RQ

    Django RQ

    A simple app that provides django integration for RQ

    ... definition. If you have django-redis or django-redis-cache installed, you can instruct django_rq to use the same connection information from your Redis cache. This has two advantages, it's DRY and it takes advantage of any optimization that may be going on in your cache setup (like using connection pooling or Hiredis.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Apollo Client

    Apollo Client

    A fully-featured, production ready caching GraphQL client

    Apollo Client is a comprehensive state management library for JavaScript that enables you to manage both local and remote data with GraphQL. Use it to fetch, cache, and modify application data, all while automatically updating your UI. Apollo Client helps you structure code in an economical, predictable, and declarative way that's consistent with modern development practices. The core Apollo Client library provides built-in integration with React, and the larger Apollo community maintains...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Zappa - Serverless Python

    Zappa - Serverless Python

    Serverless Python

    ... 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. After your app returns, the "server" dies.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Laravel Blade

    Laravel Blade

    Laravel's Blade templating engine for use outside of Laravel

    The standalone version of Laravel's Blade templating engine for use outside of Laravel. Create a Blade instance by passing it the folder(s) where your view files are located, and a cache folder. Render a template by calling the make method.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DotWeb

    DotWeb

    Simple and easy go web micro framework

    ... HttpServer. Support STRING/JSON/JSONP/HTML format output. Integrated Mock Capability. Support custom Context. Integrated Timeout Hook. Global HTTP Error Handling. Global log processing. Support Hijack and websocket. Built-in Cache support. Built-in Session support - supports automatic switching between active and standby redis. Built-in TLS support. Support access to third-party template engines (need to implement dotweb.Renderer interface).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Alfy

    Alfy

    Create Alfred workflows with ease

    Alfy offers the possibility of caching data, either with the fetch or directly through the cache object. An important thing to note is that the cached data gets invalidated automatically when you update your workflow. This offers the flexibility for developers to change the structure of the cached data between workflows without having to worry about invalid older data. You can remove these properties from your info.plist file as they are being added automatically at install time. When...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    electron-store

    electron-store

    Simple data persistence for your Electron app or module

    Simple data persistence for your Electron app or module. Save and load user preferences, app state, cache, etc. Electron doesn't have a built-in way to persist user preferences and other data. This module handles that for you, so you can focus on building your app. You can use this module directly in both the main and renderer process. For use in the renderer process only, you need to call Store.initRenderer() in the main process, or create a new Store instance (new Store()) in the main process...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Akavache

    Akavache

    An asynchronous, persistent key-value store

    An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data that expires. Downloading and storing remote data from the internet while still keeping the UI responsive is a task that nearly every modern application needs to do. However, many applications that don't take the consideration of caching into the design from the start often end up with inconsistent,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Clockwork

    Clockwork

    PHP dev tools in your browser - server-side component

    Clockwork is a development tool for PHP available right in your browser. Clockwork gives you an insight into your application runtime - including request data, performance metrics, log entries, database queries, cache queries, redis commands, dispatched events, queued jobs, rendered views, and more - for HTTP requests, commands, queue jobs, and tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    miso

    miso

    A tasty Haskell front-end framework

    Miso is a small, production-ready, "isomorphic" Haskell front-end framework for quickly building highly interactive single-page web applications. It features a virtual-dom, recursive diffing / patching algorithm, attribute and property normalization, event delegation, event batching, SVG, Server-sent events, Websockets, type-safe servant-style routing and an extensible Subscription-based subsystem. Inspired by Elm, Redux and Bobril. Miso is pure by default, but side effects (like XHR) can be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    golangci-lint

    golangci-lint

    Fast linters Runner for Go

    golangci-lint is a fast Go linters runner. It runs linters in parallel, uses caching, supports yaml config, has integrations with all major IDE and has dozens of linters included. ⚡ Very fast: runs linters in parallel, reuses Go build cache and caches analysis results. Yaml-based configuration. Integrations with VS Code, Sublime Text, GoLand, GNU Emacs, Vim, Atom, GitHub Actions. A lot of linters included, no need to install them. Minimum number of false positives because of tuned default...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Laravel Telescope

    Laravel Telescope

    An elegant debug assistant for the Laravel framework

    Laravel Telescope makes a wonderful companion to your local Laravel development environment. Telescope provides insight into the requests coming into your application, exceptions, log entries, database queries, queued jobs, mail, notifications, cache operations, scheduled tasks, variable dumps, and more. After installing Telescope, publish its assets using the telescope:install Artisan command. After installing Telescope, you should also run the migrate command in order to create the tables...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next