2 Repos
Storage of data sets in tables with integrated total counts to ensure data integrity and prevent accidental deletion.
Distinct from Storage Garbage Collection: Focuses on count-tracking within collections to prevent deletion, distinct from garbage collection or log storage.
Explore 2 awesome GitHub repositories matching data & databases · Counter-Based Collection Tracking. Refine with filters or upvote what's useful.
Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It utilizes parallel transaction execution to increase network throughput and supports programmable transaction blocks that bundle multiple operations into single atomic units. The platform distinguishes itself with a capability-based access control system and zero-knowledge login mechanisms, enabling users to authenticate via identity providers without seed phrases. It also implements deterministic object addressing to allow predictable state lookups and supports the creation of soulbo
Maintains entries in tables with associated total counts to protect against accidental data deletion.
Moe-Counter is a self-hosted page view tracker that renders visitor counts as dynamically generated SVG badges with anime-themed styling. It operates as a lightweight Node.js HTTP service that associates each unique counter name in a URL with a stored page view count, providing a customizable alternative to third-party analytics services. The service is designed for flexible deployment, running either directly from source with pnpm dependency management or as a pre-built Docker image from GitHub Container Registry. Runtime configuration is handled entirely through environment variables set in
Associates each unique counter name in the URL with a separate page view count stored in the database.