Memcached

Open-source projects categorized as Memcached

Top 23 Memcached Open-Source Projects

  • Netdata

    The open-source observability platform everyone needs

  • Project mention: A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev | dev.to | 2024-02-05

    netdata.cloud — Netdata is an open-source tool to collect real-time metrics. It's a growing product and can also be found on GitHub!

  • dragonfly

    A modern replacement for Redis and Memcached

  • Project mention: Redict is an independent, copyleft fork of Redis | news.ycombinator.com | 2024-03-22

    https://github.com/dragonflydb/dragonfly is another option. Not a fork but API-compatible reimplementation.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Finagle

    A fault tolerant, protocol-agnostic RPC system

  • Project mention: Features of Project Loom incorporated in Java 21 | news.ycombinator.com | 2023-08-15

    Not sure about now but a few years back the company I worked for was heavily vested in Finagle [1] using Future pools. I'm sure virtual threads would only enhance this framework. Also, Spring and it's reactive webflux would probably benefit as well [2].

    [1] https://twitter.github.io/finagle/

    [2] https://docs.spring.io/spring-framework/reference/web/webflu...

  • machinery

    Machinery is an asynchronous task queue/job queue based on distributed message passing.

  • flipper

    🐬 Beautiful, performant feature flags for Ruby. (by flippercloud)

  • Project mention: Ask HN: How did you build feature flags? | news.ycombinator.com | 2024-04-03
  • lnmp

    LEMP stack/LAMP stack/LNMP stack installation scripts for CentOS/Redhat Debian and Ubuntu

  • CacheManager

    CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.

  • Project mention: Caching in .NET | dev.to | 2023-05-08

    Leverage Frameworks and Libraries: Numerous libraries and frameworks are available for .NET that can simplify caching implementation and management. Examples include CacheManager, EasyCaching, and LazyCache. Evaluate these options to see if they meet your requirements and can help streamline your caching strategy.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • overlord

    Overlord是哔哩哔哩基于Go语言编写的memcache和redis&cluster的代理及集群管理功能,致力于提供自动化高可用的缓存服务解决方案。

  • Project mention: One Piece is the First Anime to surpass over 2 Billion Views on Bilibili. | /r/OnePiece | 2023-12-05

    Discovering bilibili was quite an experience to me. It's like watching youtube from an alternative reality.

  • EasyCaching

    :boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!

  • Project mention: EasyCaching VS Metalama.Patterns - a user suggested alternative | libhunt.com/r/EasyCaching | 2023-12-07
  • gnomock

    Test your code without writing mocks with ephemeral Docker containers 📦 Setup popular services with just a couple lines of code ⏱️ No bash, no yaml, only code 💻

  • TreeFrog Framework

    TreeFrog Framework : High-speed C++ MVC Framework for Web Application

  • fastonosql_gui

    FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, ForestDB, Pika, Dynomite, KeyDB GUI management tool.

  • fastapi-cache

    fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcached.

  • Project mention: Caching Api route response in redis/in-memory/memcache other methods to reduce db/external api calls? | /r/sveltejs | 2023-05-04

    Recently I had been working with a stock/derivatve market indicator platform for a client. It requires us to fetch data from timescaledb and then perform computation on it and display results. Now db call is expensive since ton of data and computation is also expensive. So waht we did was used Sveltekit woth sveltequery configured with auto refetch in frontend and used fastapi for creating apis which return the data pre computed. We used a https://github.com/long2ice/fastapi-cache library with it to make sure that computation happens only once and all the clients get cached response. I wonder if there is any library like this one which is easy to plug directly in sveltekit API route. So that we can move completely to sveltekit rather than maintaining seperate servers. (We would be using Danfo.js as replacement to pandas for computations)

  • aiocache

    Asyncio cache manager for redis, memcached and memory

  • gokv

    Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)

  • Project mention: Map of Golang Key Value Engines | news.ycombinator.com | 2024-01-21

    Really great overview!

    I've been tracking some of them for a while as part of evaluating which ones to add to my key-value abstraction library gokv [1], but others only noticed recently. It's really interesting that there's no single most popular implementation, but new ones emerging and gaining popularity regularly.

    [1] https://github.com/philippgille/gokv

  • homebrew-extensions

    :beers: Homebrew tap for PHP extensions

  • bmc-cache

    In-kernel cache based on eBPF.

  • cachego

    Golang Cache component - Multiple drivers

  • scrapbook

    PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APC(u), SQL and additional capabilities (e.g. transactions, stampede protection) built on top.

  • phpCacheAdmin

    A web dashboard for your favorite caching system.

  • ansible-role-redis

    Ansible Role - Redis

  • memjs

    A memcache client for node using the binary protocol and SASL authentication

  • cache-trace

    A collection of Twitter's anonymized production cache traces.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-03.

Memcached related posts

Index

What are some of the best open-source Memcached projects? This list will help you:

Project Stars
1 Netdata 68,064
2 dragonfly 23,696
3 Finagle 8,753
4 machinery 7,281
5 flipper 3,555
6 lnmp 2,685
7 CacheManager 2,318
8 overlord 2,191
9 EasyCaching 1,840
10 gnomock 1,306
11 TreeFrog Framework 1,255
12 fastonosql_gui 1,172
13 fastapi-cache 1,120
14 aiocache 1,020
15 gokv 664
16 homebrew-extensions 591
17 bmc-cache 421
18 cachego 351
19 scrapbook 306
20 phpCacheAdmin 289
21 ansible-role-redis 237
22 memjs 189
23 cache-trace 161
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com