Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.65 KB

HOWTO.md

File metadata and controls

49 lines (29 loc) · 1.65 KB

Welcome to Connect Extension project Xvantage Data Lake Extension

Next steps

You may open your favourite IDE and start working with your project, please note that this project runs using docker. You may modify at any time the credentials used to authenticate to connect modifying the file extension-xv-datalake/.extension-xv-datalake_dev.env.

In order to start your extension as a standalone docker container first of all you need to build the docker image for your project. To do that run:

$ docker compose build

Once your container is built, you can access the project folder and run:

$ docker compose up extension_xv_datalake_dev

please note that in this way you will run the docker container and if you do changes on the code you will need to stop it and start it again.

If you would like to develop and test at the same time, we recommend you run your project using the command:

$ docker compose run extension_xv_datalake_bash

Once you get the interactive shell an help banner will be displayed to inform you about the included tools that can help you with the development of your extension.

Additionally, a basic boilerplate for writing unit tests has been created, you can run the tests using:

$ docker compose run extension_xv_datalake_test

Community Resources

Please take note of these links in order to get additional information: