FlashDB 是一款超轻量级的嵌入式数据库,专注于提供嵌入式产品的数据存储方案。与传统的基于文件系统的数据库不同,FlashDB 结合了 Flash 的特性,具有较强的性能及可靠性。并在保证极低的资源占用前提下,尽可能延长 Flash 使用寿命。FlashDB 提供两种数据库模式: - 键值数据库 :是一种非关系数据库,它将数据存储为键值(Key-Value)对集合,其中键作为唯一标识符。KVDB 操作简洁,可扩展性强。 - 时序数据库 :时间序列数据库 (Time Series Database , 简称 TSDB),它将数据按照 时间顺序存储 。TSDB 1. 资源占用极低,内存占用几乎为 0 ; 2. 支持 多分区,多实例 。数据量大时,可细化分区,降低检索时间; 3. 支持…
☆12Jan 10, 2021Updated 5 years ago
Alternatives and similar repositories for FlashDB
Users that are interested in FlashDB are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆24Nov 25, 2019Updated 6 years ago
- ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体…☆26Jan 9, 2021Updated 5 years ago
- Readonly mirror of IKVM on .NET Core 3.1☆14Feb 1, 2022Updated 4 years ago
- A opinionated library that makes .NET logging clean to read 👏☆12Mar 27, 2025Updated 11 months ago
- .NET 事件总线,简化项目、类库、线程、服务等之间的通信,代码更少,质量更好。☆23Jan 24, 2026Updated last month
- CAP.Extensions 是 CAP的扩展库!☆22Dec 19, 2024Updated last year
- demos based on PSpider☆17Mar 1, 2019Updated 7 years ago
- C++ 使用DXGI截屏☆20Dec 18, 2022Updated 3 years ago
- ngFlowchart enables drag&drop modelling of graphs in web applications☆18Jul 19, 2019Updated 6 years ago
- A Visual Studio extension that checks and notifies about available updates for the installed NuGet packages for the open solution.☆19Mar 2, 2026Updated 3 weeks ago
- ProfiBus-DP to TCP/IP Ethernet☆25Mar 21, 2017Updated 9 years ago
- Simple RTSP server and client. Supports H264, H265, H266, AV1, AAC and Opus.☆38Feb 12, 2026Updated last month
- TDengine connector for .Net☆31Feb 11, 2026Updated last month
- cross platform network library with TLS extension, support LuaJIT's pull style API, using epoll/kqueue/wepoll underlying.☆11Jul 8, 2023Updated 2 years ago
- AndroidSubSystem4GNU/Linux☆36Dec 30, 2025Updated 2 months ago
- stm32在线升级程序。☆25Dec 17, 2019Updated 6 years ago
- 51单片机超轻量级实时操作系统,适合在8051为内核的MCU上运行☆11Jan 21, 2023Updated 3 years ago
- An IPKVM board for OrangePi Zero.☆12Dec 1, 2022Updated 3 years ago
- RulesEngine for DotNetCore Applications☆10Jan 17, 2023Updated 3 years ago
- ☆11Dec 13, 2020Updated 5 years ago
- aimd - AI Streaming Markdown Renderer☆14Jul 11, 2025Updated 8 months ago
- ☆12Nov 4, 2019Updated 6 years ago
- SugarCRM .NET integration studio built with WPF Modern UI (mui) framework.☆14Jun 3, 2017Updated 8 years ago
- Using PIO & CDC for multiple UART to USB on a RP2040/RP2350☆15Sep 6, 2024Updated last year
- a Galileo OSNMA simulator☆29Jul 3, 2023Updated 2 years ago
- Lightweight generic ring buffer manager library☆10Aug 26, 2021Updated 4 years ago
- The FlashStorage_STM32F1 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory o…☆12Dec 5, 2022Updated 3 years ago
- This library enables you to use Hardware-based PWM channels on Arduino AVR ATtiny-based boards (ATtiny3217, etc.), using megaTinyCore, to…☆11Jan 28, 2023Updated 3 years ago
- Finite-State Machine (FSM) for Arduino☆15Sep 30, 2023Updated 2 years ago
- Another NSQ client for .NET Standard 2.0☆13Aug 2, 2022Updated 3 years ago
- 基于RT-Thread,运行在嵌入式上的高并发高性能FTP服务器☆38Jul 8, 2024Updated last year
- Wrapper of FS (LittleFS or not-advisable FATFS) for Arduino MBED nRF52840-based boards, such as Nano_33_BLE boards. This library facilita…☆13Dec 5, 2022Updated 3 years ago
- A C++ -based STIL parser.☆12Apr 29, 2021Updated 4 years ago
- ini 极简解析库,适用于 Android、Linux、Rtos 以及单片机☆29Feb 28, 2022Updated 4 years ago
- Logging library for AVR microcontrollers☆10Apr 10, 2016Updated 9 years ago
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆12Nov 25, 2019Updated 6 years ago
- SituLearner是综合影视字幕或音乐歌词的android单词学习软件, 它提供了英语单词或日语单词的情景化记忆手段。☆15Dec 10, 2025Updated 3 months ago
- 使用C#编写STM32对接物联网平台IoTSharp发送遥测数据☆15Aug 12, 2022Updated 3 years ago
- 上位机接收串口扫描枪数据,然后存储在SQLite数据库中并使用EXcel导出☆48Dec 16, 2025Updated 3 months ago