Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

evidence-connector-parquet

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evidence-connector-parquet

Parquet datasource for Evidence

  • 0.0.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Evidence Parquet Source Plugin

Installation

Install this plugin in an Evidence app with

npm install evidence-connector-parquet

Register the plugin in your project in your evidence.plugins.yaml file with

datasources:
  evidence-connector-parquet: {}

Usage

  1. Launch the development server with npm run dev and navigate to the settings menu (localhost:3000/settings) to add a data source using this plugin.
  2. (Optional) Specify options for the Parquet reader in the data source settings.
  3. Save the data source
  4. Add your parquet files to /sources/your-source-name/.
  5. Run npm run sources to load the data into Evidence.
  6. Each parquet file will be accessible as a table:
    • hello.parquet -> select * from hello
    • My Parquet File.parquet -> select * from "My Parquet File"

Note: If you use spaces, hyphens or special characters in the file name, you must use the double quotes in the table name.

Keywords

FAQs

Package last updated on 04 Oct 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

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