sqlite_protobuf

A SQLite extension for extracting values from serialized Protobuf messages (by rgov)

Sqlite_protobuf Alternatives

Similar projects and alternatives to sqlite_protobuf

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better sqlite_protobuf alternative or higher similarity.

sqlite_protobuf reviews and mentions

Posts with mentions or reviews of sqlite_protobuf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-21.
  • One-liner for running queries against CSV files with SQLite
    20 projects | news.ycombinator.com | 21 Jun 2022
    SQLite's virtual table API (https://www.sqlite.org/vtab.html) makes it possible to access other data structures through the query engine. You don't need to know much if anything about how the database engine executes queries, you only need to implement the callbacks it needs to do its job. A few years ago I wrote an extension to let me search through serialized Protobufs which were stored as blobs in a regular database.

    https://github.com/rgov/sqlite_protobuf

  • SQLite Plus: all the missing SQLite functions
    6 projects | news.ycombinator.com | 3 Apr 2021
    Some time ago I joined a project that was recording logs in Protobuf format. I demonstrated that we could log the serialized Protobuf structures to a SQLite database and then use a plugin to query across the message fields: https://github.com/rgov/sqlite_protobuf

    Learning how to use the SQLite extension API was a little mind-expanding but it worked like a charm.

Stats

Basic sqlite_protobuf repo stats
2
80
0.0
over 1 year ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com