1.1.0 • Published 6 years ago

daikon-tql v1.1.0

Weekly downloads
2
License
Apache-2.0
Repository
-
Last release
6 years ago

Talend Daikon TQL

Contents

This folder contains:

ModulesDescription
daikon-tql-beanTalend Query Language Java visitor
daikon-tql-clientTalend Query Language JavaScript client to generate TQL from plain object
daikon-tql-coreTalend Query Language Java core and its generated JavaScript grammar and lexers
daikon-tql-mongoTalend Query Language MongoDB implementation

Release TQL Javascript modules

Build

If TQL java classes are modified, you must generate TQL client in order to get related grammar.

$> mvn install -Pjavascript

Publish

To publish on npm repository the TQL client and generated grammar, you must be authorized.

$> yarn  publish

Support

You can ask for help on our forum.

Contributing

We welcome contributions of all kinds from anyone.

Using the Talend bugtracker is the best channel for bug reports and feature requests. Use GitHub to submit pull requests.

For code formatting, please use the configuration file and setup for Eclipse or IntelliJ that you find here: https://github.com/Talend/tools/tree/master/tools-java-formatter

License

Copyright (c) 2006-2018 Talend

Licensed under the Apache Licence v2