Developing with GDN
Improve your understanding of GDN with our tutorials.
📄️ Authentication with Cloudflare Workers
Before accessing Macrometa GDN and its numerous offerings, you need to authenticate your account. Macrometa offers numerous methods for authenticating your account, one of which is via Cloudflare workers.
📄️ Dynamo Mode
Dynamo tables are always created globally and written to the _system fabric regardless of which fabric received the API call.
📄️ Graph Tutorial
This example shows the ability of graph databases in analyzing and offering recommendations for items that are commonly purchased together. By establishing connections between customer and item vertices using edge collections, the graph is able to accurately deliver tailored recommendations to customers who have bought a particular item.
📄️ Range Search Tutorial
In this tutorial, we'll guide you through creating CRUD (Create, Read, Update, Delete) and search APIs for a sample shoe store catalog dataset. By following these steps, you'll learn how to import data, create a document collection, establish a search view, and construct query workers for efficient, high-performance search operations on your dataset.