Skip to content

Commit 6a7b7ea

Browse files
committed
Merge branch 'develop' of github.com:swimit/swim-platform into develop
1 parent f38d968 commit 6a7b7ea

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ Swim is a completely integrated solution for building scalable, end-to-end strea
66

77
- A **user interface** that uses Swim's streaming UI frameworks to visualize data from Swim servers in real-time
88

9+
## Run
10+
11+
* [Install JDK 9+](https://www.oracle.com/technetwork/java/javase/downloads/index.html).
12+
* Ensure that your `JAVA_HOME` environment variable is pointed to your Java installation location.
13+
* Ensure that your `PATH` includes `$JAVA_HOME`.
14+
15+
* From a console pointed to the `server` directory, run `./gradlew run` (`.\gradlew.bat run` on Windows) to run the Swim server.
16+
17+
* Then, open `ui/index.html` in your browser to see the UI.
18+
19+
## How It Works
20+
921
Visit [server](https://github.com/swimos/tutorial/blob/master/server) to learn how to stand up your data in a Swim server.
1022

11-
Then, visit [ui](https://github.com/swimos/tutorial/blob/master/ui) to see this data like never before.
23+
Then, visit [ui](https://github.com/swimos/tutorial/blob/master/ui) to learn to visualize this data like never before.

ui/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Swim UI
2+
3+
The minimum you need to visualize Swim data is a Swim client. That said, Swim comes with additional tools that let you see your data right away with no extra work.
4+
5+
Read [index.html](http://github.com/swimos/tutorial/tree/master/ui/index.html) to quickstart building your own gauges, pie charts, and line graphs.

0 commit comments

Comments
 (0)