Tutorials
This section contains Macrometa tutorials.
📄️ Working with Cloudflare Workers
This brief tutorial will show you have to authenticate to the GDN using it's REST API and Cloudflare workers. It will then create a collection!
📄️ 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.