Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.41 KB

README.md

File metadata and controls

62 lines (44 loc) · 1.41 KB

n00bs*

Manage all your Data related public workflows in a single place. This project is supposed to be a Open Source replacement for Google TaskMate.

Features

  • Create, edit and delete workflows
  • Import/Connect your data
  • Automatic task and workflow scheduling
  • CrowdSource your data validation process
  • Data validation and data quality checks
  • Data transformation and data enrichment
  • Data export to your preferred destination
  • Workflow visualization
  • Custom Rules

Getting Started

Installation

Install yarn (ignore if you already have yarn installed)

n00bs uses as yarn package manager. To install yarn, run the following command:

npm install -g yarn

Install dependencies

To install all the dependencies, run the following command:

yarn

Create & local/remote DB

n00bs uses postgres for its database. You can either use a local or remote database. Add connection string to .env

Creating the schema

n00bs uses Prisma to manage the database schema. To create the schema, run the following command:

prisma migrate dev

Create Prisma Client

To create the Prisma Client, run the following command:

prisma generate

Running the app

Start the Next.js app in development mode:

yarn dev

Open http://localhost:3000 with your browser to see the result.