|
|
|
|
|
by Dave_Rosenthal
768 days ago
|
|
That class scheduling one is a good place to grok the basics. Just extending the kind of approach introduced there will get you decently far. The best resource after the tutorials is: https://github.com/FoundationDB/awesome-foundationdb Unfortunately, I think a lot of the advanced 'tricks of the trade' (alternatives to use cases for long-running transactions, when exactly to dispatch to a cloud object store, how to migrate whatever schemas you end up creating, etc.) that all the big serious users of FDB are doing are not as well covered. |
|