RFLink VS sqlite_micro_logger_arduino

Compare RFLink vs sqlite_micro_logger_arduino 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
RFLink sqlite_micro_logger_arduino
1 2
68 161
- -
0.0 3.3
about 1 year ago 7 months ago
C C
GNU General Public License v3.0 or later 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.

RFLink

Posts with mentions or reviews of RFLink. We have used some of these posts to build our list of alternatives and similar projects.

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.

What are some alternatives?

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

nodemcu-firmware - Lua based interactive firmware for ESP8266, ESP8285 and ESP32

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

mongoose-os - Mongoose OS - an IoT Firmware Development Framework. Supported microcontrollers: ESP32, ESP8266, CC3220, CC3200, STM32F4, STM32L4, STM32F7. Amazon AWS IoT, Microsoft Azure, Google IoT Core integrated. Code in C or JavaScript.

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

wasm3 - 🚀 A fast WebAssembly interpreter and the most universal WASM runtime

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

esp8266-oled-ssd1306 - Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32

TTS - Arduino Text-to-Speech Library

grbl-Mega-5X - 5/6 Axis version of Grbl, the open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on an Arduino Mega2560

sqlitedatagen - Super simple (~180 lines) Go util to generate SQLite data files filled with test data