Showing 27 open source projects for "memcache"

View related business solutions
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    EaseProbe

    EaseProbe

    A simple, standalone, and lightweight tool

    ... command on a remote host and check the CPU, Memory, and Disk usage. MySQL. Connect to a MySQL server and run the SHOW STATUS SQL. Redis. Connect to a Redis server and run the PING command. Memcache. Connect to a Memcache server and run the version command or validate a given key/value pair. MongoDB. Connect to a MongoDB server and perform a ping. Kafka. Connect to a Kafka server and perform a list of all topics.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    DjangoBlog

    DjangoBlog

    A blog system based on python3.8 and Django3.0

    Articles, pages, categories, tags (add, delete, edit), etc. Articles and pages support Markdown and highlighting. Articles support full-text search. Complete comment feature, include posting reply comment and email notification. Markdown supporting. Sidebar feature, new articles, most readings, tags, etc. OAuth Login supported, including Google, GitHub, Facebook, Weibo, QQ. Memcache supported, with cache auto refresh. Simple SEO Features, notify Google and Baidu when there was a new article...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    lua-resty-openidc

    lua-resty-openidc

    OpenID Connect Relying Party and OAuth 2.0 Resource Server

    ... is used for an Access Token, verification can happen against a pre-configured secret/key. It maintains sessions for authenticated users by leveraging lua-resty-session thus offering a configurable choice between storing the session state in a client-side browser cookie or use in of the server-side storage mechanisms shared-memory|memcache|redis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    graphql-hooks

    graphql-hooks

    Minimal hooks-first GraphQL client

    Minimal hooks-first GraphQL client. First-class hooks API, tiny bundle: only 7.6kB (2.8 gzipped), full SSR support: see graphql-hooks-ssr. Plugin Caching: see graphql-hooks-memcache, no more render props hell, handle loading and error states with ease. A custom implementation can also be provided instead of polyfilling. The first thing you may ask when seeing graphql-hooks is "Why not use Apollo hooks?". It's the comparison most will make. In fact, there's an article comparing the two over...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
    Get started free
  • 5
    Doctrine Cache

    Doctrine Cache

    Doctrine Cache component

    Cache component extracted from the Doctrine Common project. PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others. Doctrine Cache is a library that provides an interface for caching data. PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others. Doctrine ships with several common drivers that you can easily use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Docksal

    Docksal

    Docksal is a tool for defining and managing web development

    Running Docker on macOS and Windows is supported via VirtualBox as well as Docker for Mac / Docker for Windows. Docksal project stacks are pre-loaded with common development tools, which include Composer, PHP Code Sniffer, php-cli, node, npm, ruby, bundler, and python. For PHP, Drupal, and WordPress development, it comes with Drush, Drupal Console, and WP-CLI. There is built-in support for Apache Solr, Varnish, Memcache, Selenium, and Behat. Since services are containerized with Docker...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Proxy yxorP

    Proxy yxorP

    Proxy 🦄 .yxorP [v2.1] Plug & Play Stateful SAAS(y), Multi-tenancy

    ... and modified accordingly. Additionally, the website content can be optionally spun using the article spinning engine that is already embedded into the application. After the website has been modified the result is then stored for a predefined time inside a custom-built, flat-file cache system architectured to be 500x faster than memory-based cache systems such as Memcache and Redis. This is accomplished by bypassing the serialisation and deserialization processes, which resulted a significantly faster
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Overlord

    Overlord

    Providing automated and highly available caching service solutions

    Overlord is the proxy and cluster management function of Bilibili based on memcache and redis &cluster written in Go language, and is committed to providing automated and highly available caching service solutions. It mainly includes the following components. A lightweight and highly available cache proxy module that supports memcache and redis proxies, which is equivalent to twemproxy. The difference is that it supports redis-cluster and can disguise itself as a cluster mode. Including...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    MemcacheShim

    Replicate the PHP Memcache class using the Memcached class

    MemcacheShim is a backfill that provides compatability for code that requires the Memcache class, but is running on a server to a server that does not have it installed and _does_ have Memcached. It exists because the dotdeb repos for PHP7 do not have php7.0-memcache, but they do have PHP7.0-memcached. In all cases, it is better to use php-memcache if it is available. See the README.md for more information: https://sourceforge.net/p/memcacheshim/code/ci/master/tree/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Global anycast DNS network. | IBM NS1 Connect Icon
    Global anycast DNS network. | IBM NS1 Connect

    Enjoy fast connections to consumers around the globe through an anycast network with 26 points of presence (PoPs).

    IBM NS1 Connect provides fast, secure connections to users anywhere in the world with premium DNS and advanced, customizable traffic steering. NS1 Connect’s always-on, API-first architecture enables your IT teams to more efficiently monitor networks, deploy changes and conduct routine maintenance.
    Learn More
  • 10

    mg4j-buffer-hash

    Minimal Perfect Hashes using Buffers rather than arrays

    This package implements Minimal Perfect Hashes using Buffers rather than java arrays. It therefore allows the data to be backed by MemCache, Random Access Files, and data stores other than in-memory arrays. It is an adaptation of Minimal Perfect Hashes in version 2.0.1 of MG4J (Managing Gigabytes for Java), a free full-text search engine for large document collections written in Java. MG4J is free software distributed under the GNU Lesser General Public License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Memcached Query GUI

    Memcached Query GUI

    GUI tool for interacting with Memcached instances

    Memcached Query GUI is a tool to help interacting with Memcached instances. It offers a way to add/delete/retrieve objects from the Memcache. Also it keeps a connection list with all your connections.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    mammut-system

    mammut-system

    Modular and flexible PHP cms/framework

    A OO PHP framework and modular CMS (based on the framework) with some uncommon features like a wide range of supported databases, authentication of users with ADS/NDS, VHosting and the ability to replace almost every aspect of the system. A eclipse xtext based modeling DSL is avaible for standard tasks... (Project page is only avaible in german atm)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is a apache v2.0 authentication module. Based on html form authentication and cookie authentication session. Cookie session are stored in memcache deamon. Can be used has an simple "Single Signe-On" (SSO). All the code source and the bug tracking has migrated to github: https://github.com/ZenProjects/Apache-Authmemcookie-Module All the documentation are here: https://zenprojects.github.io/Apache-Authmemcookie-Module/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    V5Cart

    V5Cart is a full featured free open source shopping cart

    An enhanced version of Opencart. 2013-12-29 Updated! New Features: Topic module. Query Cache now supports APC, Memcache, Eaccelerator Live table editing Notable products/customers/orders Customer/User logging Search keyword logging Email tracking Custom Email template Batch Order processing Shipping label printing, Shipping tracking Mobile device detected Come with a responive configutable theme Enhanced coupon function Saling with gift/promotion products AND more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Wave Framework

    Wave Framework

    Open Source API-centric PHP Micro-framework

    Wave is a PHP micro-framework that is built loosely following model-view-control architecture and factory method design pattern. It is made for web services, websites and info-systems and is built to support a native API architecture, caching, user control and smart resource management. Wave is a compact framework that does not include bloated libraries and features and is developed keeping lightweight speed and optimizations in mind. While not necessary for using Wave Framework, it comes by...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    selenium2lib

    A selenium common library based on selenium 2.0, webdriver

    ... do web automation testing. 2. webdriver performace testing help class, such as httpwatch helper class, dynatrace helper class, fiddler helper class, parse .har file helper class, get OS cpu and memory helper class. 3. other testing helper class, such as mybatis, mongo db, memcache, csv helper calsses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    phpfastcachepro

    The PHP high-performance object caching APC MemCached Files WinCache

    phpFastCache is a high-performance, distributed object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Supported: APC, Files, MemCache, Memcached, WinCache, PDO with many API Functions. You never rewrite your code again when you change your Cache System
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Mardao source project is hosted at GitHub: https://github.com/sosandstrom/mardao Generates a DAO interface with multiple implementations: JPA, Android, Low-level AppEngine Datastore and SpringJDBC. The input to the generator are the annotated domain objects. The generator is packaged as a maven plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    kvs

    kvs is a memory based key-value storage system.

    kvs is a memory based key-value storage system. kvs是一个基于内存的key-value存储系统。 kvs is similar to memcache,but easier to use. kvs与memcahce的功能很相似,但是相对memcache来说更容易使用。 providing get,set,delete interface by http. kvs提供基于http的接口, 用户可以通过浏览器直接get, set or delete. eg: set a key-value: foo=12345 http://127.0.0.1/set?key=foo&val=12345 To get the value of foo: http://127.0.0.1/get?key=foo or http://127.0.0.1/foo To delete the key-value: http://127.0.0.1/del?key=foo or http...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Zebra_Database

    Zebra_Database

    A MySQL database wrapper written in PHP

    Zebra_Database it is an advanced, compact (one-file only), lightweight, MySQL database wrapper built upon PHP's MySQL extension. It provides methods for interacting with MySQL databases that are more powerful and intuitive to use than PHP's default ones. It supports transactions and provides ways for caching query results either by saving cached data on the disk, or by using memcache. The class provides a comprehensive debugging interface with detailed information about the executed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A header-only, type-safe, thread-safe, and cross-platform C++ memcache client released under the Boost Software License, building on top of the Boost C++ Library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PHP ecommerce framework - open source, secure & fast
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PHP/MySQL CMS with XSLT as templating engine. Can use browser-based or server-side XSL transformation uses Linux, Apache, MySQL, PHP. Very fast - Uses Memcache and static RSS and XML files for caching. Very secure
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is a taglib for memcached, almost full compatible to oscache's taglib. If you use oscache taglibs as your cache engine, you can mostly no need modify any jsp code to change to the best cache system, memcached.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The OfficeSpot.Net Collaboration Server contains all packages needed to get eGroupWare running easily. OfficeSpot.Net CS contains following packages: - eGroupWare - OpenLDAP - DBMail - ClamAV - APC - Memcache - MySQL
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next