You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-19Lines changed: 16 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,44 +30,41 @@ Refer to the [Installation section](https://getdozer.io/docs/installation) for i
30
30
||[AWS S3](./connectors/aws-s3)| Load data from AWS S3 bucket |
31
31
||[Ethereum](./connectors/ethereum)| Load data from Ethereum |
32
32
||[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|
37
37
||[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|
42
42
||[Using Window Functions](./sql/window-functions)| Use `Hop` and `Tumble` Windows |
43
-
||||
43
+
||||
44
44
| Use Cases |[Flight Microservices](./usecases/pg-flights)| Build APIs over multiple microservices. |
45
45
||[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 |
47
47
|| Use Dozer to Instrument (Coming soon) | Combine Log data to get real time insights |
48
48
|| Real Time Model Scoring (Coming soon) | Deploy trained models to get real time insights as APIs |
49
-
||||
49
+
||||
50
50
| Client Libraries |[Dozer React Starter](./usecases/react/)| Instantly start building real time views using Dozer and React |
51
51
||[Ingest Polars/Pandas Dataframes](./client-samples/ingest-python-sample)| Instantly ingest Polars/Pandas dataframes using Arrow format and deploy APIs |
52
52
| Authorization |[Dozer Authorziation](./usecases/api-auth/README.md)| How to apply JWT Auth on Dozer APIs |
53
53
54
-
55
-
56
54
## Reference
57
55
58
56
Refer to the following for an exhaustive list of configuration samples.
0 commit comments