Skip to content

Commit

Permalink
docs: Update README.md (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Breeze0806 authored Jun 4, 2024
1 parent 4f62855 commit efef0e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ go-etl is a toolset for extracting, transforming, and loading data sources, prov

go-etl will provide the following ETL capabilities:

The ability to extract and load data from mainstream databases is implemented in the storage package
The ability to extract and load data from data streams in a two-dimensional table-like format is implemented in the stream package
Similar data synchronization capabilities to datax, implemented in the datax package
- The ability to extract and load data from mainstream databases is implemented in the storage package
- The ability to extract and load data from data streams in a two-dimensional table-like format is implemented in the stream package
- Similar data synchronization capabilities to datax, implemented in the datax package

Since I have limited energy, everyone is welcome to submit issues to discuss go-etl, let's make progress together!

Expand Down Expand Up @@ -196,4 +196,4 @@ go run tools/license/main.go
[release-date-img]: https://img.shields.io/github/release-date/Breeze0806/go-etl.svg
[release-date]: https://github.com/Breeze0806/go-etl/releases
[cov-img]: https://codecov.io/gh/Breeze0806/go-etl/branch/main/graph/badge.svg?token=UGb27Nysga
[cov]: https://codecov.io/gh/Breeze0806/go-etl
[cov]: https://codecov.io/gh/Breeze0806/go-etl

0 comments on commit efef0e0

Please sign in to comment.