Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
An open-source platform for project for processing stream data using a spreadsheet-like interface.
JavaScript TypeScript Shell HTML Dockerfile Batchfile
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Add question template Oct 25, 2019
.idea
.vscode Initial commit Oct 18, 2019
assets Initial commit Oct 18, 2019
deployment Fix installer Jan 29, 2020
notes/roadmap Initial commit Oct 18, 2019
npm-packages-offline-cache Initial commit Oct 18, 2019
packages protect sheet if in view mode Jan 28, 2020
scripts Support Dockerfile name as parameter for build script Jan 24, 2020
.dockerignore deployment: update travis config to build single image version Jan 20, 2020
.eslintignore Revert "cleanup" Jan 7, 2020
.eslintrc.js Integrate ESLint config into monorepo and update eslint Dec 22, 2019
.gitignore ignore vscode tasks.json Jan 24, 2020
.prettierrc.yml Initial commit Oct 18, 2019
.travis.yml
.yarnrc Initial commit Oct 18, 2019
LICENSE Initial commit Oct 18, 2019
README.md Remove Slack link for the moment Oct 22, 2019
package.json Add state charts stubs Jan 16, 2020
sts Initial commit Oct 18, 2019
yarn.lock Update yarn.lock Jan 15, 2020

README.md

Welcome to the Streamsheet® core project


The Streamsheet® core is an open-source tool for making your data immediately understandable and for creating IoT applications visually and interactively - without a single line of code.

If you are new to Streamsheets, you should start with the introduction guide or with the following video:

Streamsheets

Also, visit us on our website or check out the Streamsheets forum.

Table of contents

🔌 Installation

Using Docker and Docker Compose

There are Docker images available for installing Streamsheets on Linux, macOS, Windows and Raspberry Pi (tested with Raspbian). For each of those installations we provide a separate installer image, that facilitates the installation process.

Run the following command to execute the installer for Streamsheets (replace the placeholders accordingly).

  • <PATH>: path to the installation directory, e.g., "~/streamsheets"
  • <VERSION>: version to install, e.g., "1.4"
  • <PLATFORM>: target platform (one of linux, macos, rpi, win)
docker run -v <PATH>:/streamsheets cedalo/streamsheets-installer:<VERSION>-<PLATFORM>

Example

docker run -v ~/streamsheets:/streamsheets cedalo/streamsheets-installer:1.4-linux

🚀 Quick start

After successfully running the installer as described navigate to the following directory and run the start script (depending on the target platform).

For Linux:

cd <PATH>/services/scripts/linux
sh start.sh

For macOS:

cd <PATH>/services/scripts/macos
sh start.sh

For Windows:

cd <PATH>/services/scripts/win
start.bat

For Raspberry Pi:

cd <PATH>/streamsheets/scripts/
sh start.sh

📚 Documentation

You can find the Streamsheet documentation on the documentation website.

Check out the Getting Started page for a quick overview.

The documentation is divided into several sections:

🙋 FAQ

Who maintains Streamsheets?

Streamsheets are maintained by the Cedalo AG. Please check out our team page!

Looking for support?

For questions and support please join our Forum, ask a question on Stack Overflow, or contact us on Twitter.

Where are the docs?

Check out our documentation website: docs.cedalo.com.

Want to contribute to Streamsheets?

Check out our CONTRIBUTING.md to get started.

How is the repository structured?

The Streamsheets repository is organized as a mono repository that is composed of many npm packages.

⭐️ Show your support

Give a ⭐️ if this project helped you!

📃 License

Copyright (c) 2017-2019 Cedalo AG.

Streamsheets is licensed under the Eclipse Public License - v 2.0. Please see the LICENSE file for details.

You can’t perform that action at this time.