A getting started thing

If the answer was there I wouldn’t ask.
I can add a schema to a request with Req.AddSchema. But https://godoc.org/github.com/dgraph-io/dgraph/protos#SchemaUpdate ?? You wot?

But what irritates me is that this schema is then used for ALL nodes.
Before I tried this forum thing I did parts of the tour.
The tour had a schema with an index on name, therefore I was able to query by name.
Had I not done it, I wouldn’t be able to do so.

I’m finding it hard to believe that one schema fits all. Usually it doesn’t. Maybe I don’t understand it correctly.

Your blog has a post where the structs have dgraph:"" tags.

Anyhow don’t let me keep you, it’s 0.8.3 and 1.0.0 seems far away yet.
It looks promising but in this state I’d rather not trust my data to it.

Btw neither the docker problem nor creating/adding a schema with the Go client is explained in your documentation.