bottlenose
latest
latest
  • Overview
  • Contributing
    • Contributing
    • Code of Conduct
    • Creating Operators
    • Creating New Modules
    • Improving the Docs
  • Sources & Sinks
    • rxfs (File System)
      • README
      • Getting Started
      • creators
        • fromFile
      • operators
        • writeFile
        • appendFile
    • rxs3 (AWS S3)
      • README
      • Guides
        • Getting Started
      • operators
        • upload
    • rxws (WebSocket)
      • README
      • Guides
        • Quick Start
        • Example: Hello World (Express)
      • operators
        • conduit
        • connections
        • disconnections
        • messages
      • HTTP Requests
  • Data Analysis
    • rxnlp (NLP)
      • README
      • Getting Started
      • operators
        • ngram
        • stem
        • tokenize
    • rxstats (Statistics)
      • README
      • Guides
        • Getting Started
        • Warm Starts
      • operators
        • accuracy
        • change
        • countValues
        • dirtyR
        • dirtyZScore
        • f1
        • mean
        • precision
        • recall
        • roundTo
        • stdev
        • throwUnlessNumber
        • variance
    • rxtranscribe (Speech-to-Text)
      • README
      • operators
        • transcribe
  • Machine Learning
    • rxsgd (SGD)
      • README
      • Guides
        • Getting Started
      • operators
        • classifier
        • predict
Powered by GitBook
On this page
  • Description
  • Installation
  • Compatability
  • Documentation & Guides

Was this helpful?

  1. Sources & Sinks

rxfs (File System)

CircleCI License: MIT

Description

@bottlenose/rxfs is part of the Bottlenose project. It is a simple, lightweight package which makes it easy to read files from the local filesystem into RxJS Observables. It also supports writing and appending Observables into files.

Installation

npm i @bottlenose/rxfs --save

Or...

yarn add @bottlenose/rxfs

Compatability

Platform

Support

node.js (>10.0)

✅

Browsers

❌

React Native

❌

Electron

❌

Documentation & Guides

  • Documentation & Guides

PreviousSources & SinksNextREADME

Last updated 5 years ago

Was this helpful?