Skip to content

Instantly share code, notes, and snippets.

DirectRunner (local):
[Before Write] Element=data window=[2020-05-09T13:39:00.000Z..2020-05-09T13:40:00.000Z), timestamp=2020-05-09T13:39:59.999Z, timing=ON_TIME, index =0, isFirst =true, isLast=true pane=PaneInfo{isFirst=true, isLast=true, timing=ON_TIME, index=0, onTimeIndex=0}
[After Write] Element=file window=[2020-05-09T13:39:00.000Z..2020-05-09T13:40:00.000Z), timestamp=2020-05-09T13:39:59.999Z, timing=EARLY, index =0, isFirst =true, isLast=false pane=PaneInfo{isFirst=true, timing=EARLY, index=0}
FlinkRunner (cluster):
[Before Write] Element=data window=[2020-05-09T15:13:00.000Z..2020-05-09T15:14:00.000Z), timestamp=2020-05-09T15:13:59.999Z, timing=ON_TIME, index =0, isFirst =true, isLast=true pane=PaneInfo{isFirst=true, isLast=true, timing=ON_TIME, index=0, onTimeIndex=0}
[After Write] Element=file window=[2020-05-09T15:13:00.000Z..2020-05-09T15:14:00.000Z), timestamp=2020-05-09T15:13:59.999Z, timing=UNKNOWN, index =0, isFirst =true, isLast=true pane=PaneInfo.NO
name: Vanilla CloudFoundry Application
location: pivotal-ws
services:
- type: org.apache.brooklyn.cloudfoundry.entity.VanillaCloudFoundryApplication
id: vanilla-app
brooklyn.config:
path: https://github.com/kiuby88/brooklyn-cloudfoundry/blob/master/src/test/resources/brooklyn-example-hello-world-sql-webapp-in-paas.war?raw=true
buildpack: https://github.com/cloudfoundry/java-buildpack.git
host: vanilla-test
domain: cfapps.io
name: Cloud Foundry Application
location:
cloudfoundry:
provider: pivotal
identity: user@mail.com
credential: password
org: gsoc
endpoint: api.run.pivotal.io
space: development
services:
@kiuby88
kiuby88 / WorkProduct.md
Last active August 22, 2016 20:50
Google Summer of Code 2016 Work Product

#Google Summer of Code 2016 Work Product

##Repository During this GSoC coding period brooklyn-cloudfodunfry[1] repository was used to develop our approach. This repository was created for the the Google Summer of Code project, all the code has been developed by the student, Jose Carrasco (a.k.a. @kiuby88) under the supervision of the GSoC proposal mentor, Andrea Turli (a.k.a @andreaturly) and the rest of the Brooklyn community.

[1] contains a plugin to add Cloud Foundry-platform management to Brooklyn. You can find different merged PRs and some closed PRs which were used by the contributors, student and member, to prototype the architectures and analyze and clarify different ideas about the reached solution.

##Met goals

aws-instance:
type: seaclouds.Nodes.Compute
properties:
location-configuration:
hardwareId: d2.2xlarge
location: "aws:ec2"
region: "us-west-1"
credentials: “user/pwd, token, whatever”
aws-ec2.identity = ...
aws-ec2.credential = ...