awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesIn-Memory Virtualization

Treating external data sources as temporary, volatile relational tables in memory.

Distinct from SQLite Integration: Distinct from general SQLite integration by emphasizing the volatile, virtualized nature of the loaded text files.

Explore 1 awesome GitHub repository matching data & databases · In-Memory Virtualization. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. SQLite Integration
  4. In-Memory Virtualization

Awesome In-Memory Virtualization GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • harelba/qharelba 的头像

    harelba/q

    10,353在 GitHub 上查看↗

    q is a command-line utility for the processing, filtering, and aggregation of tabular text and database files using standard SQL syntax. It functions as a query engine that treats CSV and TSV files, as well as standard input, as relational database tables. The tool distinguishes itself by providing a persistent cache layer that stores processed tabular data in a binary format to accelerate repeated queries on large datasets. It also maps individual filenames or stream identifiers to relational table names, enabling SQL joins across disparate text files. The project covers a broad range of da

    Treats text files and standard input as temporary relational tables by loading them into a volatile SQLite instance.

    Pythonclicommand-linecommand-line-tool
    在 GitHub 上查看↗10,353