Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ibmstreams/vscode-ide

IBM Streams extension for Visual Studio Code
https://github.com/ibmstreams/vscode-ide

ibm-streams visual-studio-code vscode vscode-extension

Last synced: 7 days ago
JSON representation

IBM Streams extension for Visual Studio Code

Awesome Lists containing this project

README

        



IBM Streams


IBM Streams extension for Visual Studio Code



Version


Downloads


Ratings

> Build solutions that drive real-time business decisions by combining streaming and stored data with analytics with IBM Streams.

This extension provides support for [IBM Streams](https://www.ibm.com/cloud/streaming-analytics) within the [Visual Studio Code](https://code.visualstudio.com) editor and works with the following Streams versions.

- [**IBM Cloud Pak for Data deployment**](https://www.ibm.com/support/knowledgecenter/SSQNUZ_3.5.0/svc-welcome/streams.html): Delivers a platform for combining streaming and stored data with AI to build solutions that impact business decisions in real time.
- [**IBM Streams standalone deployment**](https://www.ibm.com/support/knowledgecenter/en/SSCRJU_5.2.0/com.ibm.streams.welcome.doc/doc/kc-homepage.html) (on-premises): Delivers a programming language and IDE for applications, a runtime system and analytic toolkits to speed development.
- [**IBM Streaming Analytics on IBM Cloud**](https://cloud.ibm.com/docs/StreamingAnalytics?topic=StreamingAnalytics-gettingstarted): Offers most of the features of IBM Streams on an agile, cloud-based platform.

[Visual Studio Code 1.41.0](https://code.visualstudio.com/updates/v1_41) or later is required.

More information and documentation can be found [here](https://ibmstreams.github.io/vscode-ide).

## Getting started

Follow the [Quick start guide](https://ibmstreams.github.io/vscode-ide/docs/quick-start-guide/) to get up and running with this extension.

## Features

### Streams Explorer

Easily manage your Streams instances and toolkits, and access helpful resources. Learn more [here](https://ibmstreams.github.io/vscode-ide/docs/streams-explorer).

![Streams Explorer](https://github.com/IBMStreams/vscode-ide/blob/gh-pages/assets/images/index/streams-explorer.png?raw=true)

### Develop applications

Create Streams applications with [SPL](https://www.ibm.com/support/knowledgecenter/en/SSCRJU_5.3/com.ibm.streams.splangref.doc/doc/spl-container.html) language support included. Typical code editing features are supported, including content assist, code folding, etc. Learn more [here](https://ibmstreams.github.io/vscode-ide/docs/developing-spl-applications).

![Develop applications](https://github.com/IBMStreams/vscode-ide/blob/gh-pages/assets/images/index/develop-applications.png?raw=true)

### Build applications and submit jobs

Build your Streams applications and submit them directly to a Streams instance of your choice. If you already have Streams application bundles, you can submit those as well! Learn more [here](https://ibmstreams.github.io/vscode-ide/docs/building-running-applications).

![Build applications and submit jobs](https://github.com/IBMStreams/vscode-ide/blob/gh-pages/assets/images/index/build-applications-and-submit-jobs.png?raw=true)

### Job graph

Visualize and monitor your Streams jobs. You can monitor metrics and flow rates, view flowing data, and much more! Learn more [here](https://ibmstreams.github.io/vscode-ide/docs/building-running-applications#job-graph).

![Job graph](https://github.com/IBMStreams/vscode-ide/blob/gh-pages/assets/images/index/job-graph.png?raw=true)