awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesData Deletion

Capabilities for removing specific data entries from indices using SQL syntax.

Distinct from SQL Query Interfaces: Focuses specifically on the destructive modification (DELETE) of data, whereas SQL Query Interfaces is the broader mechanism for execution.

Explore 5 awesome GitHub repositories matching data & databases · Data Deletion. Refine with filters or upvote what's useful.

Awesome Data Deletion GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • nlpchina/elasticsearch-sqlNLPchina का अवतार

    NLPchina/elasticsearch-sql

    7,012GitHub पर देखें↗

    This project provides a SQL interface for Elasticsearch, serving as a translator and database layer that allows users to retrieve, filter, and manipulate indices using structured query language. It functions by converting standard SQL statements into the native JSON query language used by the search engine. The system includes a geospatial SQL engine for executing location-based searches and distance calculations. It also features a query debugger used to visualize the translation process from SQL to search engine request bodies to verify the logic and accuracy of data retrieval. The capabil

    Supports removing specific data entries from indices using standard database query commands.

    Java
    GitHub पर देखें↗7,012
  • byron/dua-cliByron का अवतार

    Byron/dua-cli

    5,945GitHub पर देखें↗

    dua-cli is a cross-platform terminal-based disk usage analyzer and cleanup utility. It scans directories in parallel using thread pools to compute and display disk space consumption faster than sequential traversal, then lets users navigate the results interactively and delete unwanted files with safety measures. The tool distinguishes itself through a multi-step deletion confirmation process that requires user approval before permanently removing files, with an optional trash integration that moves deleted items to the system trash instead of performing irreversible removal. It reads setting

    Removes selected files or directories after analysis to free up disk space.

    Rustcleanerdiskefficient
    GitHub पर देखें↗5,945
  • greptimeteam/greptimedbGreptimeTeam का अवतार

    GreptimeTeam/greptimedb

    5,968GitHub पर देखें↗

    GreptimeDB is a distributed, open-source time-series database built for unified observability. It stores and queries metrics, logs, and traces together in a single columnar engine, supporting both SQL and PromQL for analysis. The database is designed as a Kubernetes-native operator with a decoupled compute and storage architecture, enabling horizontal scaling and multi-region deployment. What distinguishes GreptimeDB is its role as a multi-protocol ingestion gateway, accepting data through OpenTelemetry, Prometheus Remote Write, InfluxDB, Loki, Elasticsearch, Kafka, and MQTT protocols without

    Holds removed files for a configurable period so long-running queries can finish before the data is physically deleted.

    Rustanalyticscloud-nativedatabase
    GitHub पर देखें↗5,968
  • dotnetcore/freesqldotnetcore का अवतार

    dotnetcore/FreeSql

    4,388GitHub पर देखें↗

    FreeSql is a .NET object-relational mapper and data access layer that translates object-oriented code into SQL for multiple relational database providers. It functions as a fluent SQL query builder and database schema synchronizer, allowing developers to align database table and index structures with entity class definitions. The framework is specifically optimized for .NET Native AOT to ensure reduced memory footprints and faster startup times. It includes a database traffic manager to distribute load through read-write splitting, dynamic table sharding, and tenant-based data isolation. Bro

    Transforms complex selection queries, including those with joins and navigation objects, into SQL DELETE statements.

    C#accessclickhousecodefirst
    GitHub पर देखें↗4,388
  • electron-userland/electron-json-storageelectron-userland का अवतार

    electron-userland/electron-json-storage

    1,427GitHub पर देखें↗

    Electron JSON Storage is a utility for persisting and retrieving JavaScript objects as JSON files on the local filesystem within desktop applications. It functions as a wrapper for managing local configuration files, allowing developers to save and retrieve user preferences and application settings to maintain state across multiple sessions. The library distinguishes itself by providing both asynchronous non-blocking operations and synchronous fallback methods for data access. It manages data through key-value mapping, where unique string identifiers are translated into specific file paths, a

    Provides methods to delete individual data entries or clear the entire storage directory.

    JavaScriptelectronjsonsettings
    GitHub पर देखें↗1,427
  1. Home
  2. Data & Databases
  3. SQL Query Interfaces
  4. Data Deletion

सब-टैग एक्सप्लोर करें

  • Deferred Deletion WindowsHolds removed files for a configurable period so long-running queries can finish before the data is physically deleted. **Distinct from Data Deletion:** Distinct from Data Deletion: focuses on configurable safety windows for deferred physical deletion, not the deletion operation itself.
  • Post-Analysis File DeletionsRemoves selected files or directories after analysis to free up disk space. **Distinct from Data Deletion:** Distinct from Data Deletion: focuses on deleting files after disk usage analysis, not general SQL-based data removal.
  • Query-to-Delete ConversionsTransformation of complex selection queries (including joins) into DELETE statements to remove specific sets of records. **Distinct from Data Deletion:** Focuses on the transformation of a SELECT query into a DELETE, rather than simple conditional deletion.