From cb76ab60b0559f3b5b2b1a0ad6dfe5451dec9593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Sun, 3 Jul 2022 23:53:36 -0300 Subject: [PATCH] Created _Sidebar (markdown) --- _Sidebar.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _Sidebar.md diff --git a/_Sidebar.md b/_Sidebar.md new file mode 100644 index 0000000..f0087c3 --- /dev/null +++ b/_Sidebar.md @@ -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)