Skip to content

Latest commit

 

History

History
112 lines (105 loc) · 6.23 KB

Community-connectors.md

File metadata and controls

112 lines (105 loc) · 6.23 KB
title lang layout keywords tags sidebar permalink summary
Community connectors
ja
page
LoopBack
ja_lb3_sidebar
/doc/ja/lb3/Community-connectors.html

In addition to the connectors that StrongLoop provides and maintains, there are a number of connectors created by the open-source community.

{% include warning.html content="IBM and StrongLoop do not support the connectors listed here; they are maintained by the LoopBack community and are listed here for convenience.

Please contact IBM/StrongLoop to request support for one of these connectors or to request an additional connector. " %}

The following table lists some of the community connectors. See npmjs.org for a complete list.

{% include note.html content="See also https://github.com/pasindud/awesome-loopback for an extensive list of LoopBack community resources. " %}

Data source Connector Notes
Apache CouchDB loopback-connector-couch  
Apache Kafka loopback-connector-kafka Provided as option by data source generator.
ArangoDB loopback-connector-arangodb  
Couchbase loopback-connector-couchbase Example at loopback-example-couchbase
Elasticsearch loopback-connector-es  
Fabric Composer loopback-connector-composer Enables integration with Blockchain applications that are built with Fabric Composer for Hyperledger Fabric
Firebase Firestore loopback-connector-firestore  
Mandrill lb-connector-mandrill Enables applications to send emails via Mandrill
Neo4j loopback-connector-neo4j Provided as option by data source generator.
NOTE: This connector has known issues.
RavenDB loopback-connector-ravendb  
RethinkDB loopback-connector-rethinkdb  
Riak loopback-connector-riak  
SAP HANA loopback-connector-saphana Provided as option by data source generator.
SQLite loopback-connector-sqlite  
Twilio loopback-connector-twilio Example in GitHub.