dozer
dozer copied to clipboard
Dozer is a real-time data movement tool that leverages CDC from various sources and moves data into various sinks.
## Description Dozer streaming SQL does not currently support the `IN` operator. We need to extend support for `IN` with the following formats: ### Lookup from a static list of...
A few days ago we published an article (https://getdozer.io/blog/llm-chatbot) describing how Dozer could improve hyper-personalization when used together with LLMs, Vector databases, and Langchain. The article describes a hypothetical bank...
## 📝 Description: This is a proposal for a new feature in Dozer Core, to enhance the functionality by allowing users to define a SQL User Defined Function (UDF) implemented...
- [ ] Use `GET /$endpoint/record/$key` instead of `GET /$endpoint/$key` - [ ] Switch `/oapi` endpoint to a GET method - [ ] Support `GET /count` and `GET /query` -...
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.10 to 0.21.11. Commits 7b8d1db Prepare 0.21.11 ebcb478 complete_io: bail out if progress is impossible 20f35df Regression test for complete_io infinite loop bug 2f2aae1 Don't specially handle...
## Describe the bug Cannot resume oracle sink because for second run dozer throws incompatible type error dozer-config.yaml part ``` app_name: aerospike-oracle version: 1 connections: - config: !Aerospike hosts: localhost:3000...
## Describe the bug We are sinking big amount of data (several tables x 100M records). After some time Memory usage starts to grow drastically (like 40GB). Oracle source and...
## Describe the bug Aerospike sink is storing only one record when aerospike source is used ## To Reproduce Steps to reproduce the behavior: dozer-config.yaml ``` app_name: dozer-aero version: 1...
```SELECT JSON_OBJECT('id: user.id', 'town: user.town', 'town_2: LA') as info FROM users``` {"id": 1, "town": "Bristol", "town_2": "LA"}