A Year in Review: Welcome 2022 with ArangoDB.
Estimated reading time: 4 minutes
As the new year begins, It’s time to take a step back and reflect on 2021. 2021 was a big year for ArangoDB, and none of it would have been possible without the hard work and dedication of our team, as well as the continuous support from our community. This blog post recaps a few of our favorite moments from the last year and to get excited about what 2022 has in store for ArangoDB.
(more…)A Guide to Putting Together a Virtual Conference
Estimated reading time: 7 minutes
Hello! I’m Cris Miranda, the community manager at ArangoDB, and I make sure ArangoDB has a vibrant, wholesome, and ever-growing community of amazing people. I want to share some tips and advice based on valuable lessons we’ve learned from our first-ever virtual developers’ conference.
In this short blog post, you’ll learn about how to avoid the common pitfall of ‘feature creep’ as well as gain tips on navigating virtual events platforms. I also teach you how you and your team can move together in synchronicity while keeping your goals as your guiding lighthouse. Lastly, I’ll teach you the best mindset to approach the world of rapidly changing live events. Alright, let’s get started!
(more…)ArangoSync: A Recipe for Reliability
Estimated reading time: 18 minutes
A detailed journey into deploying a DC2DC replicated environment
When we thought about all the things we wanted to share with our users there were obviously a lot of topics to choose from. Our Enterprise feature; ArangoSync was one of the topics that we have talked about frequently and we have also seen that our customers are keen to implement this in their environments. Mostly because of the secure requirements of having an ArangoDB cluster and all of its data located in multiple locations in case of a severe outage.
This blog post will help you set up and run an ArangoDB DC2DC environment and will guide you through all the necessary steps. By following the steps described you’ll be sure to end up with a production grade deployment of two ArangoDB clusters communicating with each other with datacenter to datacenter replication.
(more…)A Comprehensive Case-Study of GraphSage using PyTorchGeometric and Open-Graph-Benchmark
Estimated reading time: 15 minute
This blog post provides a comprehensive study on the theoretical and practical understanding of GraphSage, this notebook will cover:
- What is GraphSage
- Neighbourhood Sampling
- Getting Hands-on Experience with GraphSage and PyTorch Geometric Library
- Open-Graph-Benchmark’s Amazon Product Recommendation Dataset
- Creating and Saving a model
- Generating Graph Embeddings Visualizations and Observations