GithubHelp home page GithubHelp logo

shikhamishra9 / data-marketplace Goto Github PK

View Code? Open in Web Editor NEW

This project forked from equinor/data-marketplace

1.0 0.0 0.0 385 KB

An intuitive Collibra frontend

Shell 27.27% JavaScript 7.09% TypeScript 60.71% CSS 1.57% Dockerfile 3.35%

data-marketplace's Introduction

Getting started

First, ensure that if you have an SSH key set up, that your SSH key has SSO configured. If not, follow this guide to configure that.

An SSH key is not required, but recommended and a lot easier to manage with SSO as opposed to HTTP remotes, which requires you to manage an access token.

  1. Fork this repository.
  2. Clone your forked repository.
  3. Add an additional remote to this upstream repository. You'll use this remote to sync your own fork with the team's contributions.
    • Do this by running git remote add upstream [email protected]:equinor/data-marketplace.git.
    • If you now run git remote --verbose you should see both an origin and an upstream remote.
  4. Make sure you're on the correct version of Node. If you have NVM installed, simply run nvm use in your terminal of choice. If you don't have NVM installed, it's highly recommended.
  5. Install Node dependencies by running npm install in your terminal.
  6. Copy .env.template and fill in the required values (cp .env.template .env.local)
  7. Start up the development server by running npm run dev.

Building mock data

In lieu of functioning user authentication and authorization, we have some scripts to generate mock data. They can all be found in the ./scripts directory.

To generate mock data, you can run npm run seed:mock:all to generate all mock schemas.

If you only want to generate specific mock schemes, you can run either of the following (keep in mind some of the schemas have dependencies to other schemas):

  • npm run seed:mock:assets
  • npm run seed:mock:popular-assets
  • npm run seed:mock:tags

data-marketplace's People

Contributors

aronhoyer avatar dependabot[bot] avatar nilsml avatar ovineq avatar snyk-bot avatar wenche avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.