sqlite-lines VS gem-compiler

Compare sqlite-lines vs gem-compiler and see what are their differences.

sqlite-lines

A SQLite extension for reading large files line-by-line (NDJSON, logs, txt, etc.) (by asg017)

gem-compiler

A RubyGems plugin that generates binary gems (by luislavena)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
sqlite-lines gem-compiler
7 1
384 153
- -
6.8 10.0
7 months ago about 3 years ago
C Ruby
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sqlite-lines

Posts with mentions or reviews of sqlite-lines. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-06.

gem-compiler

Posts with mentions or reviews of gem-compiler. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-06.
  • Making SQLite extensions pip install-able
    18 projects | news.ycombinator.com | 6 Feb 2023
    If you have the binary all ready, you could mimic this ancient gem that bundles pdftk binaries (for use with heroku):

    https://github.com/charliemaffitt/pdftk-heroku

    But I think it might be possible to leverage gem compile, maybe even with extensions for cross compiling.

    You'd need to specify the platform to match your binaries, and those as files (for extensions) or binaries (for executables you want added to path).

    https://github.com/luislavena/gem-compiler

    https://github.com/rake-compiler/rake-compiler-dock

    AFAIK when a gem is compiled, a makefile or a rake-file is invoked - and can be made to do just about anything. Add some ruby in the gemspec - and it should be possible to distribute almost anything as a platform specific gem.

What are some alternatives?

When comparing sqlite-lines and gem-compiler you can also consider the following projects:

rake-compiler-dock - Easy to use and reliable cross compiler environment for building Windows, Linux, Mac and JRuby binary gems.

sqlite-spellfix - Loadable spellfix1 extension for sqlite as python package

sqlite-jsonschema - A SQLite extension for validating JSON objects with JSON Schema

sqlite-http - A SQLite extension for making HTTP requests purely in SQL

sqlite-fastrand - A SQLite extension for quickly generating random numbers, booleans, characters, and blobs

sqlite-regex - A fast regular expression SQLite extension, written in Rust

sqlite-url - A SQLite extension for parsing, generating, and querying URLs and query strings

sqlite-plus - The ultimate set of SQLite extensions

sqlite-xsv - the fastest CSV SQLite extension, written in Rust

sqlite-icu - Loadable ICU extension for sqlite as python package