欢迎关注 Dozer 本周的动态! 我们很高兴与您分享我们取得的最新进展。 本周我们有很多更新。
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/