Introducing Developer Deployments on ArangoDB ArangoGraph
Estimated reading time: 4 minutes Today we’re announcing the introduction of Developer deployments as a beta feature on the Oasis platform. In this blog post, we’ll tell you what Developer deployments are, what you can do with them, what you should not do with them, and how to get started.
ArangoBNB Data Preparation Case Study: Optimizing for Efficiency
Estimated reading time: 18 minutes This case study covers a data exploration and analysis scenario about modeling data when migrating to ArangoDB. The topics covered in this case study include: Importing data into ArangoDB Developing Application Requirements before modeling Data Analysis and Exploration with AQL This case study can hopefully be used as a guide…
C++ Memory Model: Migrating from x86 to ARM
Over the past years, we have seen a shift in processors from the previously dominant x86 architecture to the more energy-efficient (and often cheaper) ARM architecture. This trend is true for both consumer hardware, e.g., Apple’s M1 SoC and also server hardware, e.g. AWS’s Gravitron processor. Given that the ARM architecture has a more relaxed…
ArangoML Series: Multi-Model Collaboration
Multi-Model Machine Learning This article looks at how a team collaborating on a real-world machine learning project benefits from using a multi-model database for capturing ML meta-data. The specific points discussed in this article are how:
State of the Art Preprocessing and Filtering with ArangoSearch
Just in case you haven’t heard about ArangoSearch yet, it is a high-performance Full-Text Search engine integrated in ArangoDB (meaning connected with the other data-models and AQL). Feel free to check out ArangoSearch – Full-text search engine including similarity ranking capabilities for more details. In ArangoDB version 3.7 the ArangoSearch team added Fuzzy Search support…