5 مستودعات
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.
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.
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.
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.
FreeSql هو أداة تعيين كائنات-علاقات (ORM) في .NET وطبقة وصول للبيانات تترجم الكود الموجه للكائنات إلى SQL لمزودي قواعد بيانات علائقية متعددين. يعمل كمنشئ استعلام SQL بأسلوب fluent ومزامن لمخطط قاعدة البيانات، مما يسمح للمطورين بمواءمة هياكل جداول وفهارس قاعدة البيانات مع تعريفات فئات الكيانات. تم تحسين إطار العمل خصيصاً لـ .NET Native AOT لضمان تقليل بصمات الذاكرة وأوقات بدء تشغيل أسرع. يتضمن مديراً لحركة مرور قاعدة البيانات لتوزيع الحمل من خلال تقسيم القراءة والكتابة، وتقسيم الجداول الديناميكي (sharding)، وعزل البيانات القائم على المستأجر. تشمل الإمكانيات الواسعة استيعاب البيانات عالي الأداء باستخدام آليات النسخ المجمع الخاصة بالمزود، والاستعلام المتقدم مع دوال النافذة و CTEs المتكررة، والمراقبة القائمة على AOP لتدقيق تغييرات البيانات. يوفر النظام أيضاً أدوات إدارة المخطط للترحيلات المؤتمتة وأدوات التطوير لتوليد فئات الكيانات من بيانات تعريف قاعدة البيانات.
Transforms complex selection queries, including those with joins and navigation objects, into SQL DELETE statements.
Electron JSON Storage هو أداة لحفظ واسترجاع كائنات JavaScript كملفات JSON على نظام الملفات المحلي داخل تطبيقات سطح المكتب. يعمل كغلاف لإدارة ملفات التكوين المحلية، مما يسمح للمطورين بحفظ واسترجاع تفضيلات المستخدم وإعدادات التطبيق للحفاظ على الحالة عبر جلسات متعددة. تتميز المكتبة بتوفير عمليات غير متزامنة غير محظورة (non-blocking) وطرق احتياطية متزامنة للوصول إلى البيانات. تدير المكتبة البيانات من خلال تعيين المفتاح والقيمة، حيث يتم ترجمة معرفات السلسلة الفريدة إلى مسارات ملفات محددة، وتدعم دقة المسار الديناميكي للسماح بتجاوزات دليل التخزين المخصص. بعيداً عن الاستمرارية الأساسية، تتضمن المكتبة أدوات لفحص دليل التخزين، مثل التحقق من وجود مفاتيح محددة أو سرد جميع إدخالات البيانات المتاحة. كما توفر روتينات لحذف الإدخالات الفردية أو مسح دليل التخزين بالكامل لإدارة مساحة الملفات المحلية.
Provides methods to delete individual data entries or clear the entire storage directory.