Socket
Socket
Sign inDemoInstall

corfudb-node-sequencer

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

corfudb-node-sequencer

A streaming sequencer for CorfuDB built on Node.js.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

corfudb-node-sequencer

This is a streaming sequencer for CorfuDB written in Node.js (specifically, TypeScript).

Prerequisites

Before using this server, you need Node.js installed.

On Debian-based systems, this is something like:

$ sudo apt-get install nodejs nodejs-legacy npm

On OS X, this is something like:

$ brew install node

Installation

Installation is easy - just install via the node package manager (npm):

$ sudo npm install -g corfudb-node-sequencer

This will install the corfudb-node-sequencer command. To run the sequencer, specify the port you want to serve on as below:

$ corfudb-node-sequencer serve 9000

The installation also includes a benchmarking utility which is invoked via the corfudb-node-sequencer-benchmark command. This utility can benchmark any corfudb streaming sequencer running under the Thrift protocol.

To run it, give it the port the number to run against:

$ corfudb-node-sequencer-benchmark 9000

Building the server

The server is implemented in TypeScript, and the sources

Keywords

FAQs

Package last updated on 29 Jul 2015

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