4 रिपॉजिटरी
Procedures for setting up and configuring new data repositories.
Distinguishing note: Focuses on the setup phase of repository management.
Explore 4 awesome GitHub repositories matching data & databases · Repository Initialization. Refine with filters or upvote what's useful.
This project is a command-line utility designed for secure, content-addressable data archiving. It functions as an encrypted backup tool that stores data as deduplicated chunks, ensuring that every piece of information is identified by a cryptographic hash to maintain integrity across all backups. By applying strong encryption and message authentication codes to both data and metadata, the software prevents unauthorized access and detects potential tampering. The tool distinguishes itself through a backend-agnostic storage abstraction that allows users to maintain repositories across diverse
Creates a new backup repository at a specific file path by setting a secure password for encryption.
obsidian-git is a version control integration for personal knowledge management that enables local file versioning and synchronization. It provides Git-based tracking for local files to allow for history auditing, document reversion, and the backup of notes to remote servers. The project automates the version control process through scheduled background syncing, which triggers automatic commits and pushes at set intervals or during application startup. It facilitates collaborative editing by using branches and synchronization to manage contributions and merge changes. The toolset covers comp
Provides capabilities to create new local repositories and configure ignore files.
Warehouse एक वेब एप्लिकेशन है जिसे उपयोगकर्ताओं के वैश्विक समुदाय के लिए Python सॉफ्टवेयर पैकेज होस्ट करने, स्टोर करने और वितरित करने के लिए डिज़ाइन किया गया है। यह एक केंद्रीय पैकेज रिपॉजिटरी और इंडेक्स सर्वर के रूप में कार्य करता है जो सॉफ्टवेयर वर्जन्स, मेटाडेटा और पैकेज वर्गीकरण को मैनेज करता है। यह प्रोजेक्ट क्रिप्टोग्राफिक सिग्नेचर और ट्रांसपेरेंसी लॉग्स के माध्यम से वितरण अखंडता (integrity) को सत्यापित करके सुरक्षित पैकेज अटेस्टेशन लागू करता है। यह एक OAuth प्रोवाइडर के माध्यम से यूजर आइडेंटिटी को मैनेज करता है जो सुरक्षित टोकन का उपयोग करके थर्ड-पार्टी आइडेंटिटी सर्विसेज के साथ इंटीग्रेट होता है। यह सिस्टम बैकग्राउंड जॉब्स और ईमेल डिस्पैच के लिए एसिंक्रोनस टास्क प्रोसेसिंग, समवर्ती इंडेक्सिंग के साथ वर्जन वाले डेटाबेस स्कीमा माइग्रेशन, और यूजर ग्रुप मेंबरशिप के आधार पर एक्सेस कंट्रोल सहित इंफ्रास्ट्रक्चर क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। इसमें इंटरफेस लोकलाइजेशन और अनुक्रमिक इवेंट जर्नल्स के माध्यम से पैकेज गतिविधि ट्रैकिंग के लिए टूल्स भी शामिल हैं। विकास यूटिलिटीज रिक्वेस्ट सिमुलेशन, डेटाबेस सीडिंग और आंतरिक एप्लिकेशन स्टेट निरीक्षण के लिए प्रदान की जाती हैं।
Initializes the metadata repository with bootstrap payloads to set up trust roots and initial signing data.
Spring Data Elasticsearch is a data access library that maps Java objects to Elasticsearch indices. It functions as an object mapper, a repository abstraction, and a query DSL wrapper, providing both a standard and a reactive client for executing asynchronous search and persistence operations. The project distinguishes itself by automating data access through repository interfaces, which generate query logic based on method naming conventions. It enables the construction of complex search queries using a domain-specific language and supports advanced search capabilities such as vector similar
Sets up repository infrastructure using a factory to create instances independently of a container.