- Home
- NoSQL Databases
- Document Stores
Category: Document Stores
State of the Art Preprocessing and Filtering with ArangoSearch
Feed: Blog – ArangoDB. Author: Andrei Lobov. 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 (see the comprehensive article Fuzzy search by Andrey Abramov). With Fuzzy Search data preprocessing and filtering becomes even more important. In the upcoming ArangoDB 3.8 release, ArangoSearch efforts will be focused on improving this part. In this post ... Read More
ArangoML Series: Intro to the NetworkX Adapter

Feed: Blog – ArangoDB. Author: Christopher Woodward. This post is the fifth in a series of posts introducing the ArangoML features and tools. This post introduces the ArangoDB NetworkX adapter, which makes it easy to analyze your graphs stored in ArangoDB with NetworkX. In this post we: Briefly introduce NetworkXExplore the IMDB user rating datasetShowcase the ArangoDB integration of NetworkXExplore the centrality measures of the data using NetworkXStore the experiment with arangopipe Going forward, the ArangoML Series will no longer be numbered. Parts 1-4 deal with the same housing dataset and focus on introducing some core machine learning concepts. We ... Read More
ArangoML Part 3: Bootstrapping and Bias Variance

Feed: Blog – ArangoDB. Author: Christopher Woodward. This post is the third in a series of posts about machine learning and showcasing the benefits ArangoML adds to your machine learning pipelines. In this post we: Introduce bootstrapping and bias-variance conceptsEstimate and analyze the variance of the model from part 2Capture the metadata for this activity with arangopipe These posts will hopefully appeal to two audiences: The first half of each post is for beginners in machine learningThe second half for those already using machine learningWe decided to do it this way to provide a jumping-off point for those interested in ... Read More
ArangoML Part 2: Basic Arangopipe Workflow

Feed: Blog – ArangoDB. Author: Christopher Woodward. This post is the second in a series of posts about machine learning and showcasing the benefits ArangoML adds to your machine learning pipelines. In this post we: Introduce machine learning conceptsDemonstrate basic model buildingLog a model building activity with arangopipe This post is the second in a series of posts about machine learning and showcasing the benefits ArangoML adds to your machine learning pipelines. In this post we: Introduce machine learning concepts Demonstrate basic model building Log a model building activity with arangopipe These posts will hopefully appeal to two audiences: The ... Read More
ArangoML Part 1: Where Graphs and Machine Learning Meet

Feed: Blog – ArangoDB. Author: Christopher Woodward. This post is the first in a series of posts introducing ArangoML and showcasing its benefits to your machine learning pipelines. In this first post, we look at what exactly ArangoML is, with later posts in this series showcasing the different tools and use cases. If you have a use case you would like to see highlighted as a part of this series, please let us know on the ArangoML Slack channel. Overview ArangoML is a set of tools and technologies that enable analytics and machine learning on graph data. ArangoML Tools/Stack The ... Read More
A story of a memory leak in GO: How to properly use time.After()
Feed: Blog – ArangoDB. Author: Max Neunhöffer. Recently, we decided to investigate why our application ARANGOSYNC for synchronizing two ArangoDB clusters across data centers used up a lot of memory – around 2GB in certain cases. The environment contained ~1500 shards with 5000 GOroutines. Thanks to tools like pprof (to profile CPU and memory usage) it was very easy to identify the issue. The GO profiler showed us that memory was allocated in the function time.After() and it accumulated up to nearly 1GB. The memory was not released so it was clear that we had a memory leak. We will explain ... Read More
ArangoDB 3.7 – A Big Step Forward for Multi-Model

Feed: Blog – ArangoDB. Author: Jan Stücke. When our founders realized that data models can be features, we at ArangoDB set ourselves the big goal of developing the most flexible database. With today’s GA release of ArangoDB 3.7, the project reached an important milestone on this journey. Join our Head of Engineering & Machine Learning on September 10th for the ArangoDB 3.7 Release Webinar. Graph & Beyond – An Important Milestone for Multi-Model Being a suitable solution for graph, document and key/value needs was our first milestone, which we reached several years ago. Providing this flexibility also at scale has ... Read More
A Deep And Fuzzy Dive Into Search

Feed: Blog – ArangoDB. Author: Andrey Abramov. Together with my team, I took a deep dive into the available fuzzy search approaches and algorithms for quite a while, in order to find a performant solution for the various projects ArangoSearch gets used for. Since the introduction of ArangoSearch back in 2018, many of our users have asked for fuzzy search support. We worked hard on getting this done, and the whole team is now excited to finally make fuzzy search available with the upcoming ArangoDB 3.7. In the following, we will share our learnings and hope they are useful for ... Read More
Do Graph Databases Scale? Yes? No? Let’s see!

Feed: Blog – ArangoDB. Author: Jan Stücke. Graph Databases are a great solution for many modern use cases: Fraud Detection, Knowledge Graphs, Asset Management, Recommendation Engines, IoT, Permission Management … you name it. All such projects benefit from a database technology capable of analyzing highly connected data points and their relations fast – Graph databases are designed for these tasks. But the nature of graph data poses challenges when it comes to *buzzword alert* scalability. So why is this, and are graph databases capable of scaling? Let’s see… In the following, we will define what we mean by scaling, take ... Read More
ArangoDB 3.7 BETA – Graph & Search Engine Upgrades

Feed: Blog – ArangoDB. Author: Joerg Schad. After many weeks of designing, implementing, and testing we are happy to announce that all the exciting features are now in place for ArangoDB 3.7. We are proud to share a 3.7 Beta 1 preview release, which provides an opportunity for you to try out all upcoming features before the final release. On the ArangoDB technical preview page you’ll find the Beta 1 packages for the Community and Enterprise Editions, so you can install, play and test locally. Furthermore, we have a number of interactive tutorials online, enabling you to explore these new ... Read More
Recent Comments