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

appc-connector-utils

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appc-connector-utils

Utilities for Arrow Connectors

  • 0.0.8
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
92
decreased by-25.2%
Maintainers
1
Weekly downloads
 
Created
Source

Utilities for Arrow Connectors

Utilities for helping you build Arrow Connectors.

Overview

Arrow Connectors transform data structures from third party services and databases into the data model used in Arrow.

This project offers some reusable utilitites across the connector projects. It has some real value in use cases related with dynamic service discovery.

The project defines object schemas for metadata needed to create Arrow Models. Passing proper metadata guarantees the proper generation of models and endpoints by Arrow Framework. The object schemas are specified in the form of Joi object descriptions.

How to use it?

Install the module

npm i appc-connector-utils

Require it in your project passing the connector and options as context

const utils = require('appc-connector-utils')(connector, options)

How to run the test suite?

Run npm i and npm test in the root of this project.

Licensing

This software is licensed under the Apache 2 Public License. However, usage of the software to access the Appcelerator Platform is governed by the Appcelerator Enterprise Software License Agreement. Copyright (c) 2014-2017 by Appcelerator, Inc. All Rights Reserved.

Keywords

FAQs

Package last updated on 15 Mar 2017

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