Skip to content

Commit d3ed937

Browse files
authored
Merge pull request #115 from getdozer/fix/links
fix links
2 parents d2b042a + e4e00dd commit d3ed937

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

README.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -30,44 +30,41 @@ Refer to the [Installation section](https://getdozer.io/docs/installation) for i
3030
| | [AWS S3](./connectors/aws-s3) | Load data from AWS S3 bucket |
3131
| | [Ethereum](./connectors/ethereum) | Load data from Ethereum |
3232
| | [Kafka](./connectors/kafka) | Load data from kafka stream |
33-
| | [Snowflake](./connectors/snowflake) | Load data using Snowflake table streams |
34-
| | [MySQL](./connectors/mysql) | Load data from MySQL Server |
35-
||||
36-
| SQL | [Using Filtering](./sql/filtering) | How to filter using Dozer |
33+
| | [Snowflake](./connectors/snowflake) | Load data using Snowflake table streams |
34+
| | [MySQL](./connectors/mysql) | Load data from MySQL Server |
35+
| | | |
36+
| SQL | [Using Filtering](./sql/filtering) | How to filter using Dozer |
3737
| | [Using Aggregations](./sql/aggregations) | How to aggregate using Dozer |
38-
| | [Using JOINs](./sql/join) | How to JOIN data in Dozer |
39-
| | [Using CTEs](./sql/cte) | How to use CTEs in Dozer |
40-
| | [Using Sub queries](./sql/sub-queries) | How to use sub queries in Dozer |
41-
| | [Using UNIONs](./sql/union) | How to combine data using `UNION` in Dozer |
38+
| | [Using JOINs](./sql/join) | How to JOIN data in Dozer |
39+
| | [Using CTEs](./sql/cte) | How to use CTEs in Dozer |
40+
| | [Using Sub queries](./sql/sub-queries) | How to use sub queries in Dozer |
41+
| | [Using UNIONs](./sql/union) | How to combine data using `UNION` in Dozer |
4242
| | [Using Window Functions](./sql/window-functions) | Use `Hop` and `Tumble` Windows |
43-
||||
43+
| | | |
4444
| Use Cases | [Flight Microservices](./usecases/pg-flights) | Build APIs over multiple microservices. |
4545
| | [Scaling Ecommerce](./usecases/scaling-ecommerce) | Profile and benchmark Dozer using an ecommerce data set |
46-
| | [IMDB Analytics](./usecases/imdb-analytics) | Use Dozer to get interesting analytics using an IMDb dataset |
46+
| | [IMDB Analytics](./usecases/imdb-analytics) | Use Dozer to get interesting analytics using an IMDb dataset |
4747
| | Use Dozer to Instrument (Coming soon) | Combine Log data to get real time insights |
4848
| | Real Time Model Scoring (Coming soon) | Deploy trained models to get real time insights as APIs |
49-
||||
49+
| | | |
5050
| Client Libraries | [Dozer React Starter](./usecases/react/) | Instantly start building real time views using Dozer and React |
5151
| | [Ingest Polars/Pandas Dataframes](./client-samples/ingest-python-sample) | Instantly ingest Polars/Pandas dataframes using Arrow format and deploy APIs |
5252
| Authorization | [Dozer Authorziation](./usecases/api-auth/README.md) | How to apply JWT Auth on Dozer APIs |
5353

54-
55-
5654
## Reference
5755

5856
Refer to the following for an exhaustive list of configuration samples.
59-
| Reference | Notes |
57+
| Reference | Notes |
6058
| --------------------------------------------------------------- | ---------------------------------- |
61-
| [Connectors](https://getdozer.io/docs/configuration/connectors) | Sample connector config references |
62-
| [SQL](https://getdozer.io/docs/sql/introduction) | Sample SQL using Dozer |
63-
59+
| [Connectors](https://getdozer.io/docs/category/data-sources) | Sample connector config references |
60+
| [SQL](https://getdozer.io/docs/transforming-data) | Sample SQL using Dozer |
6461

6562
## Contributing
66-
Please refer to [Contributing](https://getdozer.io/docs/contributing/overview) for more details.
6763

64+
Please refer to [Contributing](https://getdozer.io/docs/contributing/overview) for more details.
6865

6966
## Links
7067

7168
- [Documentation](https://getdozer.io/docs/dozer/)
72-
- [Architecture](https://getdozer.io/docs/dozer/architecture)
69+
- [Architecture](https://getdozer.io/docs/architecture)
7370
- [Discord channel](https://discord.gg/3eWXBgJaEQ)

0 commit comments

Comments
 (0)