The Fauna service will be ending on May 30, 2025. For more information, read the announcement .
Future of Fauna ->
Fauna logo
Features
Learn
Support
Log In
Fauna logo
Features
Log In
© 2025 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.

The Fauna service will be ending on May 30, 2025. For more information, read the announcement and the FAQ.

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