SaaSHub helps you find the best software and product alternatives Learn more →
Isar Alternatives
Similar projects and alternatives to isar
-
materialize
The Cloud Operational Data Store: use SQL to transform, deliver, and act on fast-changing data. (by MaterializeInc)
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
AppFlowy
Bring projects, wikis, and teams together with AI. AppFlowy is an AI collaborative workspace where you achieve more without losing control of your data. The best open source alternative to Notion.
-
-
-
-
flutter_deer
🦌 Flutter 练习项目(包括集成测试、可访问性测试)。内含完整UI设计图,更贴近真实项目的练习。Flutter practice project (including integration testing and accessibility testing). Contains complete UI design drawings for a more realistic practice project.
-
flutter_local_notifications
A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
objectbox-dart-performance
Flutter App benchmarking the performance of ObjectBox against others (e.g. sqflite, Hive).
-
odin
Open-source, cross-platform, hassle-free file sharing with AES-256 encryption made with Flutter & Dart. (by odinapp)
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
isar discussion
isar reviews and mentions
-
SQLite Isn't Enough
I would have appreciated some more details on the benchmark. SQLite has notoriously slow writes in the default journal mode, but proper configuration and WAL/WAL2 mode should be a starting point for any comparison.
It's the first time I've heard of Isar[1] though. I'm always surprised at how many solid-but-underused Apache projects are out there, chugging along.
[0] https://phiresky.github.io/blog/2020/sqlite-performance-tuni...
[1] https://isar.dev/
-
Picking my poison for semi-structured data persistence in Flutter: Isar, ObjectBox, Realm, and Sqflite
I have a few flutter projects that have used Hive and have been fairly happy with it (except for a recent schema change that crashed production...but a story for another time), though will need support for more structured queries for a future project. Isar seemed to fit the ticket: made by same developer, nice API, supports queries, etc, except there is an ongoing discussion raising concerns I share. In short, it is not actively maintained, or at least inconsistently maintained. Isar v4 is on the horizon, but not ready for production, while v3 seems to have some serious bugs. It seems like a great project by a talented developer, but having only a single contributor is a serious risk.
- Flutter and databases
- All local database options for Flutter
-
[My First App] that let's you quickly track any activity and see the progress/history.
Tracking stuff helps me in being motivated and can be the decision point if I do something or not. I'm sure there are some flaws in the app, so I'll be grateful for every feedback. It's written in Flutter. - [Isar](https://isar.dev/) for database. - [Stacked](https://pub.dev/packages/stacked) for the architecture. - [Syncfusion](https://pub.dev/packages/syncfusion\_flutter\_charts) for the charts. Here are some links, if anyone is interested: [Youtube video link](https://www.youtube.com/watch?v=dgQUU8AmtkY) [Play Store Link](https://play.google.com/store/apps/details?id=com.vinsho.tally\_tracker)
-
[First App} that let's you quickly track any activity and see the progress/history.
- Isar for database. I tried sqflite and hive but ended up with Isar.
-
Best Database to store messages offline
Hive is a good option. Though I would also suggest checking out isar which is really powerfull offline storage db and its quite fast. Its built by the author of Hive himself so its quite reliable. https://isar.dev/
- The point of using Rust with Flutter
-
Any gotchas in using Isar database?
Read here: https://github.com/isar/isar/issues/686
-
Hi, what do you recommend to use instead of the hive as a NoSQL solution?
I'd definitely recommend looking at Isar, https://isar.dev/.
-
A note from our sponsor - SaaSHub
www.saashub.com | 11 Sep 2024
Stats
isar/isar is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of isar is Dart.