Flutter databases – sqflite, hive, ObjectBox, and Moor
Flutter is becoming a serious developer platform and with it grows a need for Flutter databases. A quick note on Flutter and Dart as it is pretty young and you might either be looking for a Flutter database, a Dart database or truly a Flutter Dart database. Flutter is...
Firebase, Firebase alternatives – a look at data sync solutions
Firebase and Firebase alternatives – a comprehensive look at out-of-the-box data sync solutions with an angle solutions. Find out all you need to know in a comprehensive comparison matrix.
ObjectBox Dart/Flutter v0.11 Database: Performance & Relations
ObjectBox is the database for Flutter / Dart optimized for high performance. Learn – all about the latest ObjectBox release – how you can easily persist data in your Flutter / Dart app with ObjectBox – and what performance you can expect. Also check out the benchmarks comparing the performance of sqflite, hive, and Firestore. All benchmarks are open source.
What is Data Synchronization + How to Keep Data in Sync
What is Data Sync / Data Synchronization in app development?Data Synchronization (Sync) is the process of establishing consistency and consolidation of data between different devices and fundamental to most IT solutions, especially in IoT and Mobile. Data Sync entails...
Digital Healthcare – a look at the market, projections, and trends with in-depth white paper
Healthcare is experiencing a rapid digital transformation; we look at the market, its projections and most important trends to watch. Plus, there is an extensive whitepaper for free download that includes an extensive market review, a look at the challenges, drivers, and use cases.
ObjectBox Recognized as a Sustainable Profitable Tech Solution by the Solar Impulse Foundation
ObjectBox is proud to be officially recognized as a sustainable and efficient solution by the Solar Impulse Foundation. Although we have self-identified as a #sustainabletech company since our induction, we’re proud to be recognized as an “efficient, clean and...
What are Time Series Database Use Cases?
What are time-series databases?
Why and when do you need a time-series database?
What are time-series use cases?
All answered in this comprehensive overview.
Time-series databases are optimized to scale well for time-series data and more and more people are adopting them…
ObjectBox Swift 1.4 – In Relation to…
ObjectBox for Swift 1.4 makes object relations more natural and intuitive for Swift developers. For example, let's take the teacher-student relation to Swift and how you store objects in the database. Let's say "Teacher" is a Swift class that has a collection called...
Edge Database Comparison: SQLite and SQLite alternatives
Note: This is an updated version of an earlier Mobile Database Comparison. Last Update: 2021.According to the database of databases there are more than 700 databases as of 2021. However, that list does include hobby projects. DB-engines "only" lists databases that...
What Drives Edge Computing?
What drives edge computing? New use cases and the need to make use of the ever growing data masses in a sustainable and economic way.
How Building Green IoT Solutions on the Edge Can Help Save Energy and CO2
The internet of things (IoT) has a huge potential to reduce carbon emissions, as it enables new ways of operating, living, and working [1] that are more efficient and sustainable. However, IoT’s huge and growing electricity demands are a challenge. This demand is due...
Time Series & Objects: Using Data on the Edge
Many IoT projects collect, both time series data and other types of data. Typically, this means they will run two databases: A time-series database and a traditional database or key/value store. This creates fracture and overhead, which is why ObjectBox TS brings...
Introducing: ObjectBox Generator, plus C++ API [Request for Feedback!]
We are introducing the ObjectBox Generator today to simplify ObjectBox development for more programming languages, starting with C/C++. Additionally, we are releasing a brand new C++ API that goes hand in hand with the new generator. Historically, our C API was rather...
What is Edge Computing?
Today, over 90 percent of enterprise data is sent to the cloud. In the next years, this number will drop to just 25 percent according to Gartner. The rest of the data is not going anywhere. It is being stored and used locally, on the device it was created on - e.g....
Why Edge Computing is More Relevant in 2020 Than Ever
The world has recently been forced to digitize - both more quickly and to a greater extent; coronavirus has created the need to remodel how work, socializing, production, entertainment, and supply chains function. Despite decades of digitization efforts, with the...
Why do we need Edge Computing for a sustainable future?
Centralized data centers consume a lot of energy, produce a lot of carbon emissions and cause significant electronic waste. While data centers are seeing a positive trend towards using green energy, an even more sustainable approach (alongside so-called "green data...
Connecting database performance and business value – a fast edge database is a money saver
We frequently get asked: “Why does database performance matter?” “What is the business value of database speed?” As a developer, it seems clear that database performance matters. At the very least, a fast database that gives you out-of-the-box speed saves time and...
How EV Charging Benefits from Edge Computing
Edge computing allows data to be stored and used on local devices. Integrating Edge Computing directly within electric vehicle charging infrastructure improves station usability and also allows for real-time energy management.Car charging and electric vehicles The era...
MoodSpace Mobile App Use Case
We speak with Ian Alexander, founder and lead developer at MoodSpace, a beautiful app making mental health exercises accessible to everyone. MoodSpace was released in 2019, and has over 150k+ downloads. The COVID-crises highlights the importance of digital support for...
ObjectBox Go 1.1
The 1.1 release of ObjectBox for Go is now available, bringing new features such as Box insert() and update() semantics, a new AsyncBox with all write operations (put, insert, update, delete), improved Queries with order and aliases; as well as some fixes and quality...