COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210319134448/https://github.com/topics/scalability
Here are
336 public repositories
matching this topic...
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
A collection of full-stack resources for programmers.
Updated
Mar 16, 2021
Python
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
Updated
Mar 19, 2021
Python
Orleans is a cross-platform framework for building distributed applications with .NET
A curated list of Site Reliability and Production Engineering resources.
Preparation links and resources for system design questions
Scalable real-time messaging server in language-agnostic way
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
DDD/Clean Architecture inspired boilerplate for Node web APIs
Updated
Feb 10, 2021
JavaScript
Framework for Evolutionary Event-Driven Microservices on the JVM
Updated
Mar 19, 2021
Java
A Node.js library for building zero-configuration microservices.
Updated
Feb 23, 2021
JavaScript
🚀 Create, maintain, and interact with Xcode projects at scale
Updated
Mar 19, 2021
Swift
MooseFS – Open Source, Petabyte, Fault-Tolerant, Highly Performing, Scalable Network Distributed File System (Software-Defined Storage)
rust stackful coroutine library
Updated
Mar 19, 2021
Rust
ESB, SOA, REST, APIs and Cloud Integrations in Python
Updated
Mar 19, 2021
Python
Write CSS without worrying that overzealous, pre-existing styles will cause problems. MaintainableCSS is an approach to writing modular, scalable and of course, maintainable CSS.
A scalable cloud computing blockchain platform
High performance reactive SQL Client written in Java
Updated
Mar 19, 2021
Java
An extensible distributed system for reliable nearline data streaming at scale
Updated
Mar 15, 2021
Java
💄 Scalable and durable all-purpose data import library for publishing APIs and SDKs.
Prescriptive Architecture Guidance for Cloud Applications
Updated
Feb 18, 2021
JavaScript
Real-time messaging library for Go with scalability in mind
Ansible and Kubernetes examples from Ansible for Kubernetes Book
Updated
Feb 18, 2021
Shell
The Infinit policy-based software-defined storage platform.
A Cloud at the lowest level!
Updated
Mar 12, 2021
Erlang
This is the Telepat API where HTTP calls are made. CRUD operations are not processed here directly. Messages are sent to the Telepat workers where CRUD operations are being taken care of along with client communication (notifications).
Updated
Aug 25, 2017
JavaScript
Oracle Coherence Community Edition
Updated
Mar 18, 2021
Java
Improve this page
Add a description, image, and links to the
scalability
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
scalability
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Please describe the problem you are trying to solve
I would like to evict entries based on their creation time. I want to evict the oldest ones first.
Please describe the desired behavior
Basically FIFO eviction. I would like to specify directly in the configuration something like:
**Describe alte