A getting started thing

Hey @dalu

I wrote a small program for doing CRUD for the forum.

https://github.com/dgraph-io/dgraph/blob/pawan/forum-crud/wiki/resources/examples/goclient/forumcrud/main.go

Let me know how this looks. This would work with the latest version of Dgraph (v0.8.3)
As you can see I didn’t set any schema explicitly. You can update the schema later if your queries need them. Hope this clarifies a few things.

2 Likes