1.0.31 • Published 3 months ago

dupuis v1.0.31

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

You are going to create a repository to write your pipeline code. Follow these steps to get started:

Create a new directory for your repository, e.g.

mkdir alchemy-data-platform-demo

Then enter your directory

cd alchemy-data-platform-demo

Create a new package with

npm init

You can hit enter through all the options, they do not matter.

Install dupuis package

yarn add dupuis

Initialize the template

yarn dupuis-init

Open package.json and change the package name to whatever you want. This will be the name of your pipeline.

Install dependencies

yarn

Create a file called .env

touch .env

Add your ngrok token to the .env file like so. If you don’t have an ngrok token let us know and we can provide one.

NGROK_AUTHTOKEN=YOUR_NGROK_TOKEN_HERE

Open /scripts/ngrok.ts and replace DUPUIS_URL_HERE with a URL that you will get on the demo call.

const ngrok = new Ngrok("DUPUIS_URL_HERE");

Start the demo app

yarn dev

Click on the provided link or copy-paste it into a browser window.

Continue the demo live!

1.0.26

3 months ago

1.0.25

3 months ago

1.0.29

3 months ago

1.0.28

3 months ago

1.0.27

3 months ago

1.0.31

3 months ago

1.0.30

3 months ago

1.0.19

3 months ago

1.0.18

3 months ago

1.0.17

3 months ago

1.0.16

3 months ago

1.0.22

3 months ago

1.0.21

3 months ago

1.0.20

3 months ago

1.0.15

3 months ago

1.0.24

3 months ago

1.0.23

3 months ago

1.0.13

3 months ago

1.0.12

4 months ago

1.0.11

4 months ago

1.0.10

4 months ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.7

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago