Skip to content

Commit 226aa22

Browse files
author
nightly
committed
Index updates from jenkins CI
1 parent 0efcb37 commit 226aa22

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ Overview:
1010

1111
Sample categories:
1212

13-
* [Projects that relate to TIBCO Live Datamart and TIBCO LiveView Web](liveview)
14-
* [Projects contributed by the community to the Component Exchange](component-exchange)
13+
* [Projects contributed by the community](components)
1514

1615
---
1716
Copyright (c) 2018-2019, TIBCO Software Inc.

components/README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
# Component Exchange
1+
# Components
22

3-
Projects contributed by the community to the Component Exchange
3+
Projects contributed by the community
44

5-
This is a maven aggregator project consisting of the following maven modules :
5+
Samples :
66

7-
* [Bollinger Bands Signaling](BollingerBandsSignaling/src/site/markdown/index.md) ([html](https://tibcoguillonapa.github.io/streaming-community/component-exchange/BollingerBandsSignaling/))
8-
* [Web Socket Client Sample](WebSocketClientSample/src/site/markdown/index.md) ([html](https://tibcoguillonapa.github.io/streaming-community/component-exchange/WebSocketClientSample/))
9-
* [AMS Client](ams-client/src/site/markdown/index.md) ([html](https://tibcoguillonapa.github.io/streaming-community/component-exchange/ams-client/))
10-
* [Performing calculus operations in Python](python/src/site/markdown/index.md) ([html](https://tibcoguillonapa.github.io/streaming-community/component-exchange/python/))
7+
* [Bollinger Bands Signaling](bollinger-bands-signaling/src/site/markdown/index.md) ([html](https://tibcoguillonapa.github.io/streaming-community/components/bollinger-bands-signaling/))
8+
* [Web Socket Client Sample](web-socket-client-sample/src/site/markdown/index.md) ([html](https://tibcoguillonapa.github.io/streaming-community/components/web-socket-client-sample/))
9+
* [AMS Client](ams-client/src/site/markdown/index.md) ([html](https://tibcoguillonapa.github.io/streaming-community/components/ams-client/))
10+
* [Performing calculus operations in Python](python/src/site/markdown/index.md) ([html](https://tibcoguillonapa.github.io/streaming-community/components/python/))
11+
* [NYC Yellow Cabs: Visualize live data in LiveView Web using a LiveView project in StreamBase Studio](nyc-yellow-cabs-demo)
12+
* [Wikipedia: Visualize live data in LiveView Web using a LiveView project in StreamBase Studio](wikimedia)
1113

1214
---
1315
Copyright (c) 2018-2019, TIBCO Software Inc.

components/ams-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
AMS client operator demonstrates the use of the TIBCO Artifact Management Server REST API
44

5-
* [AMS Client](src/site/markdown/index.md) ([html](https://tibcoguillonapa.github.io/streaming-community/component-exchange/ams-client/))
5+
* [AMS Client](src/site/markdown/index.md) ([html](https://tibcoguillonapa.github.io/streaming-community/components/ams-client/))
66

77
_This is a Tibco approved sample_
88

components/bollinger-bands-signaling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Automated trading simulation using Bollinger Bands trading indicator
44

5-
* [Bollinger Bands Signaling](src/site/markdown/index.md) ([html](https://tibcoguillonapa.github.io/streaming-community/component-exchange/BollingerBandsSignaling/))
5+
* [Bollinger Bands Signaling](src/site/markdown/index.md) ([html](https://tibcoguillonapa.github.io/streaming-community/components/bollinger-bands-signaling/))
66

77
_This is a Tibco approved sample_
88

components/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
How to use an external process to call a Python script
44

5-
* [Performing calculus operations in Python](src/site/markdown/index.md) ([html](https://tibcoguillonapa.github.io/streaming-community/component-exchange/python/))
5+
* [Performing calculus operations in Python](src/site/markdown/index.md) ([html](https://tibcoguillonapa.github.io/streaming-community/components/python/))
66

77
_This is a Tibco approved sample_
88

components/web-socket-client-sample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Demonstrates websocket messages being published in TIBCO LiveView(TM) tables
44

5-
* [Web Socket Client Sample](src/site/markdown/index.md) ([html](https://tibcoguillonapa.github.io/streaming-community/component-exchange/WebSocketClientSample/))
5+
* [Web Socket Client Sample](src/site/markdown/index.md) ([html](https://tibcoguillonapa.github.io/streaming-community/components/web-socket-client-sample/))
66

77
_This is a Tibco approved sample_
88

0 commit comments

Comments
 (0)