Разбираем древо ArangoDB «по веточкам». Подробный гайд по графовой БД

Давайте честно: совместный доступ к документам — одна из главных «болей» для всех, кто хоть как-то связан с базами данных. Вроде бы оба пользователя могут работать с файлом, но есть один нюанс: например, количество предоставленных доступов может быть больше, чем их есть на самом деле. Или у документа и вовсе появляется несколько владельцев. Для всего этого требуется решение – и мы его нашли! Меня зовут Владимир Ревякин, я старший инженер-программист компании «МойОфис», и вместе с QA-инженером Анной Рукавицыной мы подготовили этот материал, чтобы поделиться опытом реализации функции шаринга данных через графовую базу ArangoDB в рамках разработки платформы Поехали!

https://habr.com/ru/companies/ncloudtech/articles/905598/

#arangodb #базы_данных #базы_данных #тестирование #документы_онлайн #мойофис #мойофис_документы

Разбираем древо ArangoDB «по веточкам». Подробный гайд по графовой БД

Давайте честно: совместный доступ к документам — одна из главных «болей» для всех, кто хоть как-то связан с базами данных. Вроде бы оба пользователя могут работать с файлом, но есть один нюанс:...

Хабр

A thing that I really liked about #ArangoDB was the way its query language worked.

Like, instead of tables and joins, you actually worked with objects and collections. You could do things like "load an object and load its associations into a field of the result as an array" — natively, without any ORMs or such.

I wonder if there's any sort of extension that would let a relational database behave this way.

#SQL #database

Can anyone recommend a comparison of Multi-model #databases? Or even recommend one based on their experience? Currently evaluating #ArangoDB.

Ideally looking for something without vendor lock-in (ie. AWS Neptune is out)
#graphdb #db #datascience #foss #selfhosting

Did anyone fork ArangoDB before it became non-free software? Asking for a friend. It's a pity since it was the only backend option for NetworkX.

https://nx-arangodb.readthedocs.io/en/latest/

#opensource #arangodb

nx-arangodb — nx-arangodb documentation

Next-Generation Databases: NewSQL, Distributed SQL, and Beyond

In today’s rapidly evolving digital landscape, the need for databases that can handle massive volumes of data with high performance, scalability, and consistency has never been more critical. Traditional databases, while robust, often struggle to meet these demands. This has paved the way for next-generation databases, including NewSQL and distributed SQL, which are designed to address these challenges head-on. In this blog post, we will explore the world of next-generation databases, focusing on NewSQL, distributed SQL, and other innovative database technologies that are revolutionizing enterprise applications.

A ${deity} pongo por testigo que voy a conseguir entender cómo carajo funcionan las queries en #ArangoDB y así darle la patada a #elasticsearch pero juer lo que está costando 😅
A while ago I discovered #surrealdb and today I took the time to check it out.
Usualy I stick with #arangodb for all my development but there is a good chance this will change in the future.
Not that I'm unhappy using ArangoDB, on the contrary, but SurrealDB just has so much potential.
Intuitive, support for all platforms, even the browser, easy to integrate with most important languages.
I already have an idea of an application I'm going to build upon it.
First steps with a graph database - using Python and ArangoDB | cylab.be

Quick introduction to ArangoDB, the multi-model database | cylab.be

Went through a series of side-quests leading to rabbit holes containing kettles of fish to finally get some data from a #webscraper into a persistent database #arangodb. Learned a few things on the way and documented them in a blag post: https://blag.nullteilerfrei.de/2023/10/13/install-nsq-on-debian-with-init-d-and-nginx/

#cryptography #EllipticCurves #nginx #nsq #debian #pyArango #brainpool

Install NSQ on Debian with init.d and NGINX – nullteilerfrei