| //// |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| http://www.apache.org/licenses/LICENSE-2.0 |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| //// |
| [[HopTools]] |
| :imagesdir: ../../assets/images |
| :page-pagination: |
| :description: Getting Started (4/8): Hop comes with a number of GUI and command line tools to not only design and run workflows and pipelines, but also to manage your projects and environments, to search import, translate and more. |
| |
| = Hop Tools |
| |
| Hop contains a number of tools that are optimized for the various tasks Hop developers and administrators need to perform. |
| |
| == Hop GUI |
| |
| include::../snippets/hop-tools/hop-gui.adoc[] |
| |
| TIP: Hop Gui is designed to be platform independent. |
| Hop Web is a version of Hop Gui that works on browsers and mobile devices, and will be available in the very near future. |
| |
| Windows |
| |
| [source,bash] |
| hop-gui.bat |
| |
| MacOS, Linux |
| |
| [source,bash] |
| ./hop-gui.sh |
| |
| == Hop Conf |
| |
| include::../snippets/hop-tools/hop-conf.adoc[] |
| |
| Windows |
| |
| [source,bash] |
| hop-conf.bat |
| |
| MacOS, Linux |
| |
| [source,bash] |
| ./hop-conf.sh |
| |
| == Hop Encrypt |
| |
| include::../snippets/hop-tools/hop-encrypt.adoc[] |
| |
| Windows |
| |
| [source,bash] |
| hop-encrypt.bat |
| |
| MacOS, Linux |
| |
| [source,bash] |
| ./hop-encrypt.sh |
| |
| == Hop Run |
| |
| include::../snippets/hop-tools/hop-run.adoc[] |
| |
| Windows |
| |
| [source,bash] |
| hop-run.bat |
| |
| MacOS, Linux |
| |
| [source,bash] |
| ./hop-run.sh |
| |
| xref::../hop-run/index.adoc[Read more] |
| |
| == Hop Search |
| |
| include::../snippets/hop-tools/hop-search.adoc[] |
| |
| == Hop Server |
| |
| include::../snippets/hop-tools/hop-server.adoc[] |
| |
| Windows |
| |
| [source,bash] |
| hop-server.bat |
| |
| MacOS, Linux |
| |
| [source,bash] |
| ./hop-server.sh |
| |
| xref::../hop-server/index.adoc[Read more] |
| |
| == Hop Translator |
| |
| include::../snippets/hop-tools/hop-translator.adoc[] |
| |
| TIP: check the https://hop.apache.org/community/contribution-guides/translation-contribution-guide/[Translation Contribution Guide] if you want to find out more about translating Hop. |
| |
| Windows |
| |
| [source,bash] |
| hop-translator.bat |
| |
| MacOS, Linux |
| |
| [source,bash] |
| ./hop-translator.sh |
| |
| https://hop.apache.org/community/contribution-guides/translation-contribution-guide/[Read more] |