All Projects → eclipse → Streamsheets

eclipse / Streamsheets

Licence: epl-2.0
An open-source tool for processing stream data using a spreadsheet-like interface.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Streamsheets

N8n
Free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services.
Stars: ✭ 19,252 (+6751.25%)
Mutual labels:  apis, automation, automated, workflow, development
Platypush
A versatile and extensible platform for home and life automation with hundreds of supported integrations
Stars: ✭ 192 (-31.67%)
Mutual labels:  automation, raspberry-pi, mqtt
Home Assistant
Home-Assistant-Config
Stars: ✭ 182 (-35.23%)
Mutual labels:  automation, raspberry-pi, mqtt
Pipedream
Connect APIs, remarkably fast. Free for developers.
Stars: ✭ 2,068 (+635.94%)
Mutual labels:  apis, automation, workflow
Smarthome
@skalavala 👍 Nothing But Smarthome Stuff! - By Mahasri Kalavala
Stars: ✭ 437 (+55.52%)
Mutual labels:  automation, raspberry-pi, mqtt
Mudpi Core
Configurable automation library for linux SBC boards including raspberry pi
Stars: ✭ 194 (-30.96%)
Mutual labels:  automation, raspberry-pi
Add And Commit
Add & commit files from a path directly from GitHub Actions
Stars: ✭ 198 (-29.54%)
Mutual labels:  automation, workflow
Pipeline
Node-based automation server
Stars: ✭ 212 (-24.56%)
Mutual labels:  automation, workflow
Terrariumpi
Home automated terrarium/aquarium or other enclosed environment with a Raspberry Pi
Stars: ✭ 249 (-11.39%)
Mutual labels:  automation, raspberry-pi
Endly
End to end functional test and automation framework
Stars: ✭ 178 (-36.65%)
Mutual labels:  automation, workflow
Wexflow
An easy and fast way to build automation and workflows on Windows, Linux, macOS, and the cloud.
Stars: ✭ 2,435 (+766.55%)
Mutual labels:  automation, workflow
Tasmota
Alternative firmware for ESP8266 with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
Stars: ✭ 16,624 (+5816.01%)
Mutual labels:  automation, mqtt
Cenit
🚀 Cenit IO - 100% open source integration Platform (iPaaS)
Stars: ✭ 186 (-33.81%)
Mutual labels:  apis, automation
Mergify Engine
Engine for Mergify
Stars: ✭ 189 (-32.74%)
Mutual labels:  automation, workflow
Homeassistant Config
Stars: ✭ 211 (-24.91%)
Mutual labels:  automation, raspberry-pi
Metrics
📊 An infographics generator with 30+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!
Stars: ✭ 4,621 (+1544.48%)
Mutual labels:  automation, automated
denoflow
Configuration as Code, use YAML to write automated workflows that run on Deno, with any Deno modules, Typescript/Javascript codes
Stars: ✭ 143 (-49.11%)
Mutual labels:  workflow, automated
Ansible Raspi Playbooks
Playbooks for setup and updating of raspberry pi projects.
Stars: ✭ 162 (-42.35%)
Mutual labels:  automation, raspberry-pi
Homeassistant
Example Home Assistant Configs
Stars: ✭ 168 (-40.21%)
Mutual labels:  automation, raspberry-pi
Ck Tensorflow
Collective Knowledge components for TensorFlow (code, data sets, models, packages, workflows):
Stars: ✭ 90 (-67.97%)
Mutual labels:  apis, automation

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., "2.1"
  • <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:2.1-linux

🚀 Quick start

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

For Linux:

cd <PATH>
sh start.sh

For macOS:

cd <PATH>
sh start.sh

For Windows:

cd <PATH>
start.bat

For Raspberry Pi:

cd <PATH>
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.

Looking for a hosted version of Streamsheets?

If you are interested in a hosted version of Streamsheets on our infrastructure please contact us

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-2021 Cedalo AG.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].