Tag

fastdfs

0 views collected around this technical thread.

Top Architect
Top Architect
Aug 20, 2024 · Backend Development

Step‑by‑Step Guide to Deploy FastDFS with Nginx and cpolar for Remote File Access

This tutorial walks through installing FastDFS on a Linux server, configuring its tracker and storage nodes, integrating it with Nginx via the FastDFS‑nginx module, and exposing the service publicly using the cpolar tunneling tool, providing complete commands and configuration snippets for each step.

BackendDeploymentLinux
0 likes · 16 min read
Step‑by‑Step Guide to Deploy FastDFS with Nginx and cpolar for Remote File Access
Top Architect
Top Architect
Dec 12, 2022 · Backend Development

SpringBoot Image Processing with Thumbnailator, FastDFS, and Asynchronous Thread Pool

This article demonstrates how to integrate Thumbnailator for image watermarking and thumbnail generation, configure a SpringBoot thread pool, and use asynchronous @Async methods together with FastDFS storage to efficiently handle bulk image uploads in a backend service.

BackendImageProcessingSpringBoot
0 likes · 12 min read
SpringBoot Image Processing with Thumbnailator, FastDFS, and Asynchronous Thread Pool
vivo Internet Technology
vivo Internet Technology
Apr 20, 2022 · Backend Development

FastDFS Overview: Principles, Architecture, Upload/Download Process, Synchronization, and Storage Management

FastDFS is a lightweight, open‑source distributed file system written in C that uses a three‑component architecture—client, tracker server for load‑balancing and discovery, and storage servers with push‑based binlog replication—to handle high‑concurrency upload/download of small to medium files, support group‑wide synchronization, optional trunk storage, Nginx anti‑leech integration, and extensible deduplication via FastDHT.

Nginx ModuleSynchronizationUpload Download
0 likes · 15 min read
FastDFS Overview: Principles, Architecture, Upload/Download Process, Synchronization, and Storage Management
IT Xianyu
IT Xianyu
Jan 18, 2021 · Backend Development

FastDFS Overview, Docker Installation, and Spring Boot Integration Guide

This article introduces FastDFS as a lightweight distributed file system, explains its tracker and storage components, provides step‑by‑step Docker installation commands, demonstrates how to integrate FastDFS with Spring Boot using Maven dependencies and configuration, and includes sample code for uploading, downloading, and deleting files.

Backend DevelopmentDockerFile Upload
0 likes · 7 min read
FastDFS Overview, Docker Installation, and Spring Boot Integration Guide
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Sep 18, 2020 · Fundamentals

Understanding Storage Architecture: Types, Protocols, and Distributed Storage Solutions

This article provides a comprehensive overview of storage architecture, covering centralized and distributed storage, block/file/object storage models, common protocols like NFS, CIFS, iSCSI, connection methods such as DAS, NAS, SAN, and examines typical distributed storage products including FastDFS and Swift.

DASNASSAN
0 likes · 9 min read
Understanding Storage Architecture: Types, Protocols, and Distributed Storage Solutions
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Aug 18, 2020 · Backend Development

Resolving Slow News List Page Performance Caused by Base64 Image Storage

The article describes how a news‑list page became sluggish due to large base64‑encoded images stored in the database, details the investigation using Chrome dev tools and SQL queries, and presents a step‑by‑step solution that moves images to a FastDFS file server and updates the content references.

APIBackendBase64
0 likes · 5 min read
Resolving Slow News List Page Performance Caused by Base64 Image Storage
Full-Stack Internet Architecture
Full-Stack Internet Architecture
May 10, 2020 · Backend Development

Introduction to FastDFS and a Java Integration Example

This article explains the fundamentals of FastDFS, its tracker and storage architecture, the file upload/download workflow, and provides a step‑by‑step Maven‑based Java example—including configuration, dependency setup, and code—to demonstrate how to store and retrieve files in a FastDFS cluster.

Backenddistributed file systemfastdfs
0 likes · 7 min read
Introduction to FastDFS and a Java Integration Example
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Nov 15, 2019 · Fundamentals

Understanding FastDFS: A Lightweight Distributed File System

This article introduces the motivations for using a distributed file system, explains the architecture and core concepts of FastDFS—including tracker, storage, client, and group—covers its upload and download mechanisms, synchronization management, and the design of its file identifiers, providing a comprehensive overview for developers.

BackendStoragedistributed file system
0 likes · 16 min read
Understanding FastDFS: A Lightweight Distributed File System
Ctrip Technology
Ctrip Technology
Apr 17, 2018 · Backend Development

Evolution of Ctrip Image Service Architecture: From Simple NFS to a Scalable Go‑Based System

This article details the three‑stage evolution of Ctrip's image service architecture—from an early NFS‑backed design with Squid caching, through a Varnish‑and‑Lua powered middle stage, to the current Go‑based multi‑process system using FastDFS—highlighting the challenges, solutions, and performance outcomes.

backend architecturecachingfastdfs
0 likes · 9 min read
Evolution of Ctrip Image Service Architecture: From Simple NFS to a Scalable Go‑Based System
Architecture Digest
Architecture Digest
Jan 20, 2018 · Operations

FastDFS Overview, Architecture, and Deployment Guide

FastDFS is an open‑source lightweight distributed file system written in C, designed for high‑availability file storage and load balancing; this article explains its differences from Hadoop, details its Tracker and Storage architecture, outlines file upload/download workflows, and provides step‑by‑step instructions for installing and configuring FastDFS, Nginx, and related components.

InstallationStoragedistributed file system
0 likes · 25 min read
FastDFS Overview, Architecture, and Deployment Guide
Qunar Tech Salon
Qunar Tech Salon
Feb 21, 2016 · Backend Development

Evolution and Best Practices of Image Server Architecture for Large-Scale Websites

This article chronicles the progression of image server architectures—from single‑machine setups to clustered, shared‑storage, and CDN‑backed solutions—highlighting design pitfalls, scalability challenges, and practical recommendations for building reliable, high‑performance image services in modern web applications.

Backendcdndistributed-storage
0 likes · 16 min read
Evolution and Best Practices of Image Server Architecture for Large-Scale Websites
Architect
Architect
Jan 26, 2016 · Operations

Evolution of Image Server Architecture: From Single‑Node to Distributed File System and CDN

The article examines how large‑scale web sites handle massive image resources, tracing the progression from simple single‑machine storage to clustered virtual directories, shared UNC storage, and finally a FastDFS‑based distributed file system combined with CDN acceleration, highlighting the architectural trade‑offs and operational considerations.

Operationscdndistributed-storage
0 likes · 13 min read
Evolution of Image Server Architecture: From Single‑Node to Distributed File System and CDN
Architect
Architect
Nov 4, 2015 · Backend Development

Design Principles and Architecture of the FastDFS Distributed File System

The article explains FastDFS, an open‑source lightweight distributed file system built from tracker servers, storage servers, and client libraries, detailing its component roles, file upload/download workflows, storage organization, small‑file merging, HTTP support, and current limitations such as data safety and load balancing.

Backend Developmentdistributed file systemfastdfs
0 likes · 16 min read
Design Principles and Architecture of the FastDFS Distributed File System
Architect
Architect
Jul 2, 2015 · Backend Development

Evolution and Best Practices of Image Server Architecture for Large-Scale Web Sites

This article chronicles the progression of image server architectures—from simple single‑machine storage to clustered, shared‑storage, and FastDFS‑based distributed systems with CDN acceleration—highlighting the challenges of capacity planning, synchronization, fault tolerance, and migration while offering practical recommendations for scalable backend design.

Operationsbackend architecturecdn
0 likes · 14 min read
Evolution and Best Practices of Image Server Architecture for Large-Scale Web Sites
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Jun 21, 2015 · Big Data

Design Choices for Distributed Storage Metadata: Comparing GlusterFS, Hadoop, GridFS, HBase, and FastDFS

The article examines various distributed storage design approaches—decentralized (GlusterFS), centralized (Hadoop), database‑based (GridFS and HBase), and metadata‑bypassing (FastDFS)—detailing their advantages, drawbacks, and practical considerations for cloud storage systems.

GlusterFSGridFSHBase
0 likes · 17 min read
Design Choices for Distributed Storage Metadata: Comparing GlusterFS, Hadoop, GridFS, HBase, and FastDFS