🚀 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
4Fauna Go Thumbnail

Getting Started with Fauna using Go

Cary Bourgeois|Aug 4th, 2018|

Categories:

Tutorial

This is the first in a series of short videos, each (hopefully) less than 10 minutes. These videos are introductions to Fauna, specifically how to interact with it using the Fauna Query Language (FQL) through the Go driver. Fauna supports many drivers including Java, JavaScript, Python, C#, and Go. I chose Go for its easy to read syntax and its strong typing. While not strictly required, understanding the types used when interacting with Fauna makes the FQL easier to follow.

In this first video we simply connect to Fauna and create a database. Following videos will build upon this to show basic data modelling and CRUD activities.

This series has three prerequisites:

  1. An account at fauna.com. This will give you access to the Fauna Cloud. Alternatively, you can use the developer version of Fauna.
  2. Local install of Go.
  3. The Fauna Go driver. Installation instructions and more information on the driver are available here: https://github.com/fauna/faunadb-go

As you go through these videos, please feel free to provide feedback and any 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