Welcome to this week's update on dozer! We are excited to share with you the latest developments and progress that we have made. We have plently of updates for this week.
As promised, we are creating samples to demonstrate Dozer's end to end capability. Here is our first walkthrough from one of our engineers Chloe.
Release v.0.1.12โ
Dozer v.0.1.12 is avaiable. Checkout the release notes here.
Client librariesโ
We finally published our client libraries to PyPi
and NPM
.
React Library (With TypeScript support)
yarn install @dozerjs/dozer-react
yarn install @dozerjs/dozer
pip install pydozer
Dozer Samplesโ
We have published a number of samples covering various scenarios with Dozer.
Type | Sample | Notes |
---|---|---|
Connectors | Postgres | Load data using Postgres CDC |
Local Storage | Load data from local files | |
SQL | Using JOINs | Dozer APIs over multiple sources using JOIN |
Using Aggregations | How to aggregate using Dozer | |
Using Window Functions | Use Hop and Tumble Windows | |
Use Cases | Flight Microservices | Build APIs over multiple microservices. |
Connector improvementsโ
We have simplified the Connector trait. It is now much easier to understand and develop connectors for Dozer.
Refactor Connector
interface #1233
Minor Postgres connector improvements. Add schema support to postgres connector #1070
Testing Frameworkโ
The introduction of a new testing SQL framework based on sqllogictest has greatly increased the flexibility of the testing framework.
With the new testing framework it is easy to add a large number of SQL tests, laying the foundation for Dozer's stability.
Introduce sqllogictestย #1214
Performance Improvementsโ
Now we build cache secondary indexes in an asynchronous manner, boosting the cache performance by 30x.
Asynchoronous indexing #1206 #1216
What's Next
- New samples
- Stability & Performance Improvements
- Javascript support for connectors
- Lambda functions & Writeback support
Changelog
https://github.com/getdozer/dozer/compare/v0.1.11...v0.1.12
Contact us
- GitHub: https://github.com/getdozer/dozer
- Discord: https://discord.com/invite/3eWXBgJaEQ
- Twitter: https://twitter.com/GetDozer
- LinkedIn: https://www.linkedin.com/company/getdozer/