Database & Data Sync Blog
What is an Edge Database, and why do you need one?
Edge Databases are a new type of database rising to the needs of the decentralized Edge Computing topology. They deliver specific feature sets making it easy for application developers to implement edge solutions quickly and successfully without being detered or even stopped by fundamental functionalities like fast local data persistence and decentralized data flows (Data Sync).
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 centers” [1]) is to cut unnecessary cloud traffic, central computation and storage as much as possible by shifting computation to the edge. Ideally, Edge Computing strategies use efficient technologies like ObjectBox to harness the power of already deployed available devices (like e.g. smartphones, machines, desktops, gateways), making the solution even more sustainable.
Vector types (aka arrays) added with ObjectBox Java 3.6 release
Multi-dimensional vectors / vector embeddings are a central building block for AI applications. And accordingly, the ability to store vectors to add long-term memory to your AI applications (e.g. via vector databases) is gaining importance. Sounds fancy, but for the basic use cases, this simply boils down to “arrays of floats” for developers. And this is exactly what ObjectBox database now supports natively. If you want to use vectors on the edge, e.g. in a mobile app or on an embedded device, when offline, independent from an Internet connection, removing the unknown latency, try it and let us know what you think.
Vector databases – a look at the AI database market with a comprehensive comparison matrix
Vector databases – what are vector databases? Why do you need them for AI applications? This article provides an overview on the topic of vector databases, its use for AI and takes a look at the market including a comprehensive comparison matrix on popular vector database choices like Weaviate, Marqo AI, Chroma, Pinecone and many more
Green Coding: Developing Sustainable Software for a Greener Future
Every line of code – scaled up to hundreds, thousands, or even millions of devices (desktops, smartphones, tablets…) worldwide – has the potential to significantly reduce energy consumption and CO₂ emissions.
Digitization helps to save CO₂ – many experts agree on that. But things are not that simple, because the creation of software and its use contribute to greenhouse gas emissions too.
All code creates a carbon footprint. Software development and use affect the environment from the energy consumed while running to the associated electronic device waste. Choosing a sustainable architecture matters, but developers also can make a difference with green coding, creating envrionmentally sustainable software. And those that build developer tools can help even more so.
New async APIs in ObjectBox database 2.0.0 for Flutter/Dart
ObjectBox Flutter database reached 2.0 today - with new async APIs. This release has major improvements when using ObjectBox with asynchronous programming in Dart. Notably, the Box API has added async variants of methods to get and put one or more objects. Let’s take...
How to start using ObjectBox Database in Flutter
This tutorial will help you get started with the ObjectBox Flutter Database. We will create a simple task-list app using all ObjectBox CRUD operations (Create, Read, Update, Delete). Additionally, we will support adding a tag to each task by setting up a to-one...
Embedded databases – what is an embedded database? and how to choose one
What is an Embedded Database? What is a database? While - strictly speaking - “database” refers to a (systematic) collection of data, “Database Management System” (or DBMS) refers to the piece of software for storing and managing that data. However, often the term...
Cross platform Data Sync: a simple example
Want to sync data in a cross-platform app? This tutorial will show you how easily this can be done with ObjectBox Sync
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. It is fundamental to most IT solutions, especially in IoT and Mobile. Data Sync...
ObjectBox Database Java 3.1 – Flex type
We are happy to announce version 3.1 of ObjectBox for Java and Kotlin. The major feature of this version is the new Flex type. For a long time, ObjectBox worked on rigid data schemas, and we think that this is a good thing. Knowing what your data looks like is a...
Beginner C++ Database Tutorial: How to use ObjectBox
Introduction As a direct follow up from the ObjectBox database installation tutorial, today we’ll code a simple C++ example app to show how the database can be used. Before starting to program, let's briefly overview what we want to achieve with this tutorial and what...
Beginner C++ tutorial: ObjectBox installation
How to install and build ObjectBox source files on Windows, using a Linux subsystem and CMake — tutorial for a C++ beginner
ObjectBox Database Java / Kotlin 3.0 + CRUD Benchmarks
first, Java), we have released C/C++, Go, Flutter/Dart, Swift bindings, as well as Data Sync and we’re thrilled that ObjectBox has been used by over 800,000 developers.
Building a Business on Open Source
Building a business on open source comes with unique challenges and benefits. Take a in-depth look at licensing + open source market overview.
IoT, Edge Computing, and Digitalization in Healthcare
COVID-19 accelerated the digitization of healthcare, contributing to growing IoT adoption and exploding health data volumes. This digital transformation helps to improve efficiency and reduce costs, while opening new avenues for enhanced patient experience and well-being. Simultaneously, growing data privacy concerns, increasing costs, and heavier regulatory requirements are challenging the use of cloud computing to manage this data. A megashift to Edge Computing is addressing these challenges enabling a faster, safer and more reliable digital healthcare infrastructure.
Dart Flutter Database ObjectBox 1.0 Release
In 2019 we first introduced the ObjectBox database v0.1 for Flutter/Dart. Our team has loved the engagement and feedback we’ve received from the developer community since, and we’re thrilled to announce the first stable version 1.0 for ObjectBox Dart/Flutter today....
Why database performance creates business value
* database speed is the key to compute more data faster and make data -based decisions speedily
* database speed translates into ressource efficiency – saving ressources (like battery, CPU, memory) saves money and reduces waste
* database speed affects end user response rates significantly – smooth and fast user experiences keep people happy and more productive
Flutter databases – sqflite, hive, ObjectBox, and Moor
Dart / Flutter database comparison with open source performance benchmarks – including sqflite, ObjectBox, hive, Firebase, Moor
Firebase alternatives for Data Storage and Data Sync
Firebase alternatives – a comprehensive look at out-of-the-box Data Sync solutions. Find out all you need to know in this comprehensive Data Sync solution comparison matrix, including Offline Data Sync solutions.