Socket
Socket
Sign inDemoInstall

mapd-data-layer-2

Package Overview
Dependencies
Maintainers
5
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mapd-data-layer-2

SQL data-layer for the MapD frontend


Version published
Maintainers
5
Created
Source

sql-datagraph · Build Status codecov

Declaratively build SQL data pipelines. Based on the Vega Transform API.

Installation

Using npm

npm install mapd-data-layer --save

Or using yarn

yarn add mapd-data-layer

One can then import it:

import {createDataGraph} from "mapd-data-layer"

Or use the bundled version:

<script src="/path/to/js/mapd-data-layer.min.js"></script>

Development

To get started, first install the dependencies using the yarn command.

Each example folder also has its own set of dependencies, which can also be installed by using yarn. Running the npm start command in each example folder will start a webpack-dev-server serving that example.

The flow type-checker tool is used in development and type declarations can be found in each file. Expression and transform types are declared in src/types.

Prior Art

Contributing

In order to clarify the intellectual property license granted with Contributions from any person or entity, MapD must have a Contributor License Agreement ("CLA") on file that has been signed by each Contributor, indicating agreement to the Contributor License Agreement. If you have not already done so, please complete and sign, then scan and email a pdf file of this Agreement to contributors@mapd.com. Please read the agreement carefully before signing and keep a copy for your records.

License

This project is licensed under the Apache License, Version 2.0.

FAQs

Package last updated on 24 Sep 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc