New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

streamr-data-api

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streamr-data-api

An essential service of the Streamr cloud architecture responsible for inbound and outbound data to/from Streamr cloud. Provides HTTP and WebSocket APIs for producing data to and listening to data from Streamr. All external and 3rd party data communicatio

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Data API

An essential service of the Streamr cloud architecture responsible for inbound and outbound data to/from Streamr cloud. Provides HTTP and WebSocket APIs for producing data to and listening to data from Streamr. All external and 3rd party data communication with Streamr flows through this service.

Where Data API sits in Streamr cloud stack

Building

Project uses npm for package management.

  • Start off by installing required dependencies with npm install
  • To run tests npm test

Running

In most cases, you will want to run this service as a pre-built Docker image. See https://github.com/streamr-dev/streamr-docker-dev for more information on how to run the Streamr cloud architecture.

If you are developing this service in particular, or are otherwise inclined, you can run this service with npm run.

Publishing

A Docker image is automatically built and pushed to DockerHub when commits are pushed to branch master.

Currently project has no CI system configured nor are any packages published to npmjs.com.

API Specification

For production version refer to https://www.streamr.com/help/api#datainput and https://www.streamr.com/help/api#dataoutput.

Otherwise see APIDOC.md.

Protocol Specification

Internal messaging protocol is described in PROTOCOL.md.

License

This software is open source, and dual licensed under AGPLv3 and an enterprise-friendly commercial license.

FAQs

Package last updated on 30 Aug 2018

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