awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
perkeep avatar

perkeep/perkeep

0
View on GitHub↗
7,117 stars·479 forks·Go·Apache-2.0·22 viewsperkeep.org↗

Perkeep

Perkeep is a personal content storage system designed for storing, syncing, and backing up digital assets. It functions as a distributed data synchronization engine and an S3 compatible backup tool, allowing users to persist data objects to cloud services for long-term preservation.

The system utilizes a key-value content indexer to track data blobs for efficient retrieval and enumeration. It supports custom data modeling to define structures and relationships between stored information, moving beyond simple file storage.

The platform includes capabilities for self-hosted content storage, private asset sharing, and cross-device synchronization to maintain data consistency. It also provides tools for personal data archiving through redundant backup copies.

The project provides mechanisms to compile and install system binaries and web interfaces, with support for bundling the server and clients into container images.

Features

  • Personal Data Storage - Provides a self-hosted platform for the private storage, synchronization, and backup of personal digital assets.
  • Self-Hosted Cloud Storage - Provides a self-hosted system for storing and organizing digital blobs on personal hardware or S3.
  • Content-Addressable Storage - Uses cryptographic hashes to identify and store data objects, ensuring integrity and eliminating duplicates.
  • Data Backup Solutions - Provides tools for creating redundant copies of personal data to prevent loss and ensure preservation.
  • S3-Compatible Cloud Storage - Persists data objects to S3-compatible cloud storage for long-term redundant backup.
  • Cross-Device Synchronization Engines - Maintains a consistent repository of digital assets by synchronizing data across different devices.
  • Digital Archives - Enables long-term preservation of digital assets and documents through redundant archival copies.
  • Distributed Data Synchronization Systems - Implements a synchronization mechanism to keep data blobs consistent across multiple distributed devices and servers.
  • Key-Value Pair Managers - Uses key-value mapping to track and manage the indexing of stored data blobs for efficient retrieval.
  • Key-Value Stores - Employs a key-value index to map human-readable identifiers to content hashes for efficient retrieval.
  • Search Indexing - Indexes data blobs via key-value pairs to enable efficient enumeration and retrieval of stored content.
  • Data Synchronization Engines - Implements a distributed engine to replicate data blobs between local devices and a central server.
  • Content Relationship Modeling - Allows users to define custom structures and relationships to organize stored information.
  • Custom Content Schemas - Supports custom data modeling to define structures and relationships between stored information.
  • Graph Data Models - Defines structured links between content blobs using a graph-based data model.
  • Distributed Filesystems - System for modeling and synchronizing distributed data.
  • Storage Servers - Personal storage system for syncing and modeling content.

Star history

Star history chart for perkeep/perkeepStar history chart for perkeep/perkeep

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Perkeep

Similar open-source projects, ranked by how many features they share with Perkeep.
  • hazelcast/hazelcasthazelcast avatar

    hazelcast/hazelcast

    6,570View on GitHub↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Javabig-datacachingdata-in-motion
    View on GitHub↗6,570
  • redis/go-redisredis avatar

    redis/go-redis

    22,159View on GitHub↗

    This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive interface for managing remote data stores, enabling developers to execute standard database commands, handle complex data structures, and perform asynchronous operations within Go applications. The library distinguishes itself through its support for advanced Redis capabilities, including connection pooling, pipelining, and transactional integrity. It provides specialized primitives for managing distributed clusters, including automated topology updates and request routing to sha

    Gogogolangredis
    View on GitHub↗22,159
  • awesome-selfhosted/awesome-selfhostedawesome-selfhosted avatar

    awesome-selfhosted/awesome-selfhosted

    299,516View on GitHub↗

    This project is a community-curated directory of open-source software designed for deployment in private server environments and home labs. It serves as a comprehensive resource for discovering independent, self-hosted alternatives to mainstream cloud services, enabling users to maintain full data ownership and control over their digital infrastructure. The directory is structured through a hierarchical taxonomy that organizes a vast collection of applications into logical categories, ranging from media management and data analytics to private communication and team productivity tools. It dis

    awesomeawesome-listcloud
    View on GitHub↗299,516
  • ravendb/ravendbravendb avatar

    ravendb/ravendb

    3,961View on GitHub↗

    RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It persists structured information as schema-flexible JSON documents and utilizes a unit-of-work session pattern to track entity changes and batch modifications into atomic transactions. The platform is built on a distributed architecture that supports horizontal scaling through sharding and ensures high availability via multi-node, master-to-master cluster replication. The database distinguishes itself through a self-optimizing query engine that automatically creates and maintains ind

    C#csharpdatabasedocument-database
    View on GitHub↗3,961
See all 30 alternatives to Perkeep→

Frequently asked questions

What does perkeep/perkeep do?

Perkeep is a personal content storage system designed for storing, syncing, and backing up digital assets. It functions as a distributed data synchronization engine and an S3 compatible backup tool, allowing users to persist data objects to cloud services for long-term preservation.

What are the main features of perkeep/perkeep?

The main features of perkeep/perkeep are: Personal Data Storage, Self-Hosted Cloud Storage, Content-Addressable Storage, Data Backup Solutions, S3-Compatible Cloud Storage, Cross-Device Synchronization Engines, Digital Archives, Distributed Data Synchronization Systems.

What are some open-source alternatives to perkeep/perkeep?

Open-source alternatives to perkeep/perkeep include: hazelcast/hazelcast — Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to… redis/go-redis — This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive… awesome-selfhosted/awesome-selfhosted — This project is a community-curated directory of open-source software designed for deployment in private server… ravendb/ravendb — RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It… ipfs/kubo — Kubo is a peer-to-peer implementation of the InterPlanetary File System (IPFS) designed for decentralized data storage… etcd-io/bbolt — bbolt is an ACID-compliant embedded key-value store for Go applications. It persists all data in a single…