Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Added Tracking Crypocurrencies Exchange Trades with Google Cloud Platform in Real-Time #191

Merged
merged 11 commits into from
Mar 9, 2019
Prev Previous commit
Next Next commit
added missing copywrite info
  • Loading branch information
galic1987 committed Mar 5, 2019
commit 630d11a05dc7f7a04b58459e3197d7ca0cc04a53
15 changes: 15 additions & 0 deletions examples/cryptorealtime/frontend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
#
# Copyright 2019 Google
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

backports.shutil-get-terminal-size==1.0.0
cachetools==2.1.0
certifi==2017.4.17
Expand Down
16 changes: 16 additions & 0 deletions examples/cryptorealtime/frontend/templates/streamingvisjs.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<!--
Copyright 2019 Google

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

{% block body %}


Expand Down
16 changes: 16 additions & 0 deletions examples/cryptorealtime/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<!--
Copyright 2019 Google

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
Expand Down
14 changes: 14 additions & 0 deletions examples/cryptorealtime/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
#!/usr/bin/env bash
#
# Copyright 2019 Google
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
mvn compile -X exec:java \
-Dexec.mainClass="run.RunThePipeline" \
-Dexec.args="--project=$1 \
Expand Down
2 changes: 1 addition & 1 deletion examples/cryptorealtime/terraform-setup/startup.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -eu
#
# Copyright 2019 Ivo Galic
# Copyright 2019 Google
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down