🚀 White Paper: Fauna Architectural Overview - A distributed document-relational database delivered as a cloud API.
Download free ->
Fauna logo
FeaturesPricing
Learn
Customers
Company
Support
Log InContact usStart for free
Fauna logo
FeaturesPricing
Customers
Start for free
© 2024 Fauna, Inc. All Rights Reserved.
<- Back

Getting Started with Fauna using Go | Part 4

Cary Bourgeois|Aug 27th, 2018|

Categories:

Tutorial
https://youtu.be/rW0tHZ7ypo4

In the first part of this series, we developed the basics necessary to connect to the Fauna Cloud. Using that client, we then created our first database. In the second part, we developed the concept of the database-specific client and used that to create our first class. The third part of the series saw the addition of instances or data to our class.

Picking up where we left off, this video will:

  1. Create an index based on a key value in our data. 
  2. Use that index to retrieve instances of our class and extract specific values from that instance.

The final code from this video can be found here

As you go through these videos, please feel free to provide feedback and suggest other specific functionalities you would like to have demonstrated using this approach.

If you enjoyed our blog, and want to work on systems and challenges related to globally distributed systems, and serverless databases, Fauna is hiring!

Share this post

TwitterLinkedIn

Subscribe to Fauna's newsletter

Get latest blog posts, development tips & tricks, and latest learning material delivered right to your inbox.

<- Back