sqlite_micro_logger_arduino VS sqlitedatagen

Compare sqlite_micro_logger_arduino vs sqlitedatagen and see what are their differences.

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_micro_logger_arduino sqlitedatagen
2 1
162 6
- -
3.3 0.0
8 months ago about 5 years ago
C Go
Apache License 2.0 Apache License 2.0
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_micro_logger_arduino

Posts with mentions or reviews of sqlite_micro_logger_arduino. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-18.
  • Can an RFID card or keychain tag be programmed for a single use?
    1 project | /r/diyelectronics | 23 May 2022
    There is a tiny SQLite library for Arduino that works with SD cards. I haven't used it myself, but it's probably easier to get an Arduino right now than it is to get a Pi, so it might be worth investigating.
  • Inserting One Billion Rows in SQLite Under a Minute
    5 projects | news.ycombinator.com | 18 Jul 2021
    Potentially interesting:

    https://github.com/siara-cc/sqlite_micro_logger_arduino

    https://github.com/siara-cc/sqlite_micro_logger_arduino/blob...

    This is a heavily subsetted implementation of SQLite3 that can read/write databases (presumably on SD cards) from very small microcontrollers.

    It presumably doesn't have the same ACID compliance properties, but with a single <1.5k source file, may represent a particularly efficient way to rapidly learn the intrinsics.

    Now I'm thinking it could actually be interesting to see what drh thinks of this implementation (and any gotchas in it) because of its small size and accessibility.

sqlitedatagen

Posts with mentions or reviews of sqlitedatagen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-18.
  • Inserting One Billion Rows in SQLite Under a Minute
    5 projects | news.ycombinator.com | 18 Jul 2021
    You mention wanting to do a Go version. Not sure if it's useful, but this is a SQLite "bulk data generation" util I threw together ages ago in Go:

    https://github.com/sqlitebrowser/sqlitedatagen

    There's some initial work to parallelise it with goroutines here:

    https://github.com/sqlitebrowser/sqlitedatagen/blob/multi_ro...

    Didn't go very far down that track though, as the mostly single threaded nature of writes in SQLite seemed to prevent that from really achieving much. Well, I _think_ that's why it didn't really help. ;)

What are some alternatives?

When comparing sqlite_micro_logger_arduino and sqlitedatagen you can also consider the following projects:

fast-sqlite3-inserts - Some bunch of test scripts to generate a SQLite DB with 1B rows in fastest possible way

remixdb - RemixDB: A read- and write-optimized concurrent KV store. Fast point and range queries. Extremely low write-amplification.

brimming - Row Stuffing

scintillating_heatshrink - Converts animated GIFs to a custom format for playback on microcontrollers

TTS - Arduino Text-to-Speech Library

ESP-Arduino-Lua - Lua scripting engine integrated in Arduino IDE as a Library for ESP8266/ESP32

RFLink - RFLink for ESP, with MQTT client