Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

dupuis

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dupuis

An alchemy harness for writing transformations

latest
npmnpm
Version
1.0.31
Version published
Maintainers
1
Created
Source

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

Continue the demo live!

FAQs

Package last updated on 15 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts