Created _Sidebar (markdown)

Vinícius Garcia 2022-07-03 23:53:36 -03:00
parent eef3c7875f
commit cb76ab60b0

12
_Sidebar.md Normal file

@ -0,0 +1,12 @@
### [Home](https://github.com/VinGarcia/ksql/wiki)
- [Why KSQL](https://github.com/VinGarcia/ksql/wiki#why-ksql)
- [Comparing KSQL with Other Tools](https://github.com/VinGarcia/ksql/wiki/Comparing-KSQL-with-Other-Tools)
- [Examples](https://github.com/VinGarcia/ksql/tree/master/examples)
### Advanced Features
- [Querying in Chunks for Big Queries](https://github.com/VinGarcia/ksql/wiki/Querying-in-Chunks-for-Big-Queries)
- [Avoiding Code Duplication with the Select Builder](https://github.com/VinGarcia/ksql/wiki/Avoiding-Code-Duplication-with-the-Select-Builder)
- [Reusing Existing Structs on Queries with JOINs](https://github.com/VinGarcia/ksql/wiki/Reusing-Existing-Structs-on-Queries-with-JOINs)
### Writing Tests
- [Testing Tools and `ksql.Mock`](https://github.com/VinGarcia/ksql/wiki/Testing-Tools-and-ksql.Mock)