Socket
Book a DemoInstallSign in
Socket

loopback-connector-cassandra-ipc

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loopback-connector-cassandra-ipc

Loopback Cassandra Connector

1.0.3
latest
Source
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
2
Weekly downloads
 
Created
Source

loopback-connector-cassandra

  • loopback connector for cassandra database
  • build method create, findOne, find, patch, update, delete
  • To export Rest API from model
    • insert "loopback-connector-cassandra/models" to model-config.json to load BaseCassandraModel
    • extend BaseCassandraModel when create your custom model
  • example model config { "name": "customModel", "base": "BaseCassandraModel", "idInjection": false, "options": { "validateUpsert": true }, "properties": { "subject": { "type": "string", "required": true }, "time": { "type": "timeuuid", "required": true, "order": "DESC" }, "value": { "type": "string" } }, "partitionKeys": ["subject"], "clustering": ["time"], "indexes": { "value": { "name": "value_custom_model" } } "validations": [], "relations": {}, "acls": [], "methods": {} }

Connector settings

Keywords

StrongLoop

FAQs

Package last updated on 16 Jun 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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.