Skip to content

Commit 3bb8ce6

Browse files
Ana Felisattimachaval
andauthored
Add OSS announcement (#48)
Co-authored-by: Mariano de Achaval <mariano.achaval@mulesoft.com>
1 parent 20e76ae commit 3bb8ce6

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# DataWeave CLI
22

3-
**DataWeave CLI** is a command-line interface that allows `querying`, `filtering`, and `mapping` structured data from
4-
different data sources like `JSON`, `XML`, `CSV`, `YML` to other data formats. It also allows to easily create data in
5-
such formats.
3+
**DataWeave CLI** is a command-line interface that allows `querying`, `filtering`, and `mapping` structured data from different data sources like `JSON`, `XML`, `CSV`, `YML` to other data formats. It also allows to easily create data in such formats, all through the DataWeave language. For example:
64

7-
For more info about the `DataWeave` language visit
8-
the [documenation site](https://docs.mulesoft.com/mule-runtime/latest/dataweave)
5+
`dw 'output json --- { message: ["Hello", "world"] joinBy " "}'`
6+
7+
The DataWeave language is in the process of being open-sourced. You can read our announcement [here](https://blogs.mulesoft.com/news/dataweave/). Our journey has just begun and it will take some time for the code to be available. In the meantime, we want to start engaging with our community to understand how DataWeave could be used and integrated.
8+
9+
If you are interested on leveraging DataWeave:
10+
1. Join our community [Slack](https://join.slack.com/t/dataweavelanguage/shared_invite/zt-1f3xmq8n6-MVoUj7dDamxyu_Zyf62ERQ)
11+
2. Join the `#opensource` channel
12+
13+
For more news and all things DataWeave, visit our [site](https://dataweave.mulesoft.com/)
914

1015
## What is Included?
1116

@@ -293,5 +298,5 @@ Before creating a pull request review the following:
293298
* [SECURITY](SECURITY.md)
294299
* [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md)
295300
296-
When you submit your pull request, you are asked to sign a contributor license agreement (CLA) if we don't have one on
297-
file for you.
301+
302+
When you submit your pull request, you are asked to sign a contributor license agreement (CLA) if we don't have one on file for you.

0 commit comments

Comments
 (0)