{"id":20389537,"url":"https://github.com/getdozer/dozer-samples","last_synced_at":"2025-04-12T10:52:01.439Z","repository":{"id":142187738,"uuid":"607164671","full_name":"getdozer/dozer-samples","owner":"getdozer","description":"Sample applications using Dozer","archived":false,"fork":false,"pushed_at":"2024-02-03T17:51:01.000Z","size":96059,"stargazers_count":15,"open_issues_count":39,"forks_count":10,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-26T05:41:56.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getdozer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-02-27T12:58:43.000Z","updated_at":"2024-07-19T02:20:42.000Z","dependencies_parsed_at":"2024-01-31T09:06:40.925Z","dependency_job_id":null,"html_url":"https://github.com/getdozer/dozer-samples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getdozer%2Fdozer-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getdozer%2Fdozer-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getdozer%2Fdozer-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getdozer%2Fdozer-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getdozer","download_url":"https://codeload.github.com/getdozer/dozer-samples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248557844,"owners_count":21124165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T03:18:28.525Z","updated_at":"2025-04-12T10:52:01.413Z","avatar_url":"https://github.com/getdozer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ca target=\"_blank\" href=\"https://getdozer.io/\"\u003e\n        \u003cbr\u003e\u003cimg src=\"https://dozer-assets.s3.ap-southeast-1.amazonaws.com/logo-blue.svg\" width=40%\u003e\u003cbr\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cbr /\u003e\n    \u003cb\u003e\n    Connect any data source, combine them in real-time and instantly get low-latency gRPC and REST APIs.\u003cbr\u003e\n    ⚡ All with just a simple configuration! ⚡️\n    \u003c/b\u003e\n\u003c/p\u003e\n\u003cbr /\u003e\n\n## Dozer Samples\n\nThis repository will contain a variety of samples showcasing [Dozer](https://github.com/getdozer/dozer).\n\n#### Installing Dozer\n\nRefer to the [Installation section](https://getdozer.io/docs/installation) for installing on different operating systems.\n\n## Samples\n\n| Type             | Sample                                                                   | Notes                                                                        |\n| ---------------- | ------------------------------------------------------------------------ | ---------------------------------------------------------------------------- |\n| Connectors       | [Postgres](./connectors/postgres)                                        | Load data using Postgres CDC                                                 |\n|                  | [Local Storage](./connectors/local-storage)                              | Load data from local files                                                   |\n|                  | [AWS S3](./connectors/aws-s3)                                            | Load data from AWS S3 bucket                                                 |\n|                  | [Ethereum](./connectors/ethereum)                                        | Load data from Ethereum                                                      |\n|                  | [Kafka](./connectors/kafka)                                              | Load data from kafka stream                                                  |\n|                  | [Snowflake](./connectors/snowflake)                                      | Load data using Snowflake table streams                                      |\n|                  | [MySQL](./connectors/mysql)                                              | Load data from MySQL Server                                                  |\n|                  |                                                                          |                                                                              |\n| SQL              | [Using Filtering](./sql/filtering)                                       | How to filter using Dozer                                                    |\n|                  | [Using Aggregations](./sql/aggregations)                                 | How to aggregate using Dozer                                                 |\n|                  | [Using JOINs](./sql/join)                                                | How to JOIN data in Dozer                                                    |\n|                  | [Using CTEs](./sql/cte)                                                  | How to use CTEs in Dozer                                                     |\n|                  | [Using Sub queries](./sql/sub-queries)                                   | How to use sub queries in Dozer                                              |\n|                  | [Using UNIONs](./sql/union)                                              | How to combine data using `UNION` in Dozer                                   |\n|                  | [Using Window Functions](./sql/window-functions)                         | Use `Hop` and `Tumble` Windows                                               |\n|                  | [Using TTL](./sql/ttl)                                                   | Use `TTL` to manage memory usage                                             |\n|                  |                                                                          |                                                                              |\n| Use Cases        | [Flight Microservices](./usecases/pg-flights)                            | Build APIs over multiple microservices.                                      |\n|                  | [Scaling Ecommerce](./usecases/scaling-ecommerce)                        | Profile and benchmark Dozer using an ecommerce data set                      |\n|                  | [IMDB Analytics](./usecases/imdb-analytics)                              | Use Dozer to get interesting analytics using an IMDb dataset                 |\n|                  | Use Dozer to Instrument (Coming soon)                                    | Combine Log data to get real time insights                                   |\n|                  | Real Time Model Scoring (Coming soon)                                    | Deploy trained models to get real time insights as APIs                      |\n|                  |                                                                          |                                                                              |\n| Client Libraries | [Dozer React Starter](./usecases/react/)                                 | Instantly start building real time views using Dozer and React               |\n|                  | [Ingest Polars/Pandas Dataframes](./client-samples/ingest-python-sample) | Instantly ingest Polars/Pandas dataframes using Arrow format and deploy APIs |\n| Authorization    | [Dozer Authorziation](./usecases/api-auth/README.md)                     | How to apply JWT Auth on Dozer APIs                                          |\n\n## Reference\n\nRefer to the following for an exhaustive list of configuration samples.\n| Reference | Notes |\n| --------------------------------------------------------------- | ---------------------------------- |\n| [Connectors](https://getdozer.io/docs/category/data-sources) | Sample connector config references |\n| [SQL](https://getdozer.io/docs/transforming-data) | Sample SQL using Dozer |\n\n## Contributing\n\nPlease refer to [Contributing](https://getdozer.io/docs/contributing/overview) for more details.\n\n## Links\n\n- [Documentation](https://getdozer.io/docs/dozer/)\n- [Architecture](https://getdozer.io/docs/architecture)\n- [Discord channel](https://discord.gg/3eWXBgJaEQ)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetdozer%2Fdozer-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetdozer%2Fdozer-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetdozer%2Fdozer-samples/lists"}