Cloud Foundry being used for an EU social learning games platform


Juan Antonio Breña Moral <bren at juanantonio.info...>
 

Good afternoon community,

after some months of, we have developed a stable client for cloud foundry:
https://github.com/prosociallearnEU/cf-nodejs-client
https://travis-ci.org/prosociallearnEU/cf-nodejs-client
Docs: https://prosociallearneu.github.io/cf-nodejs-client/docs/v0.13.0/

I would like to explore the idea to share the development with the community and how to integrate the development on the repo:
https://github.com/cloudfoundry-community/

Some useful developments are:
https://github.com/prosociallearnEU/cf-nodejs-dashboard
https://github.com/jthomas/cfbot

Cheers


Amit Kumar Gupta
 

Juan, good stuff! I've seen some people struggling recently to drive
interactions with CF via a Python library, it would be cool if there were
well-maintained client libraries in a bunch of different languages. It's
great you've written one for Node.

I don't know how the cloudfoundry-community GH org is administered, I'd ask
Dr Nic (cc'd).

Cheers,
Amit

On Tue, Jan 26, 2016 at 8:12 AM, Juan Antonio Breña Moral <
bren(a)juanantonio.info> wrote:

Good afternoon community,

after some months of, we have developed a stable client for cloud foundry:
https://github.com/prosociallearnEU/cf-nodejs-client
https://travis-ci.org/prosociallearnEU/cf-nodejs-client
Docs: https://prosociallearneu.github.io/cf-nodejs-client/docs/v0.13.0/

I would like to explore the idea to share the development with the
community and how to integrate the development on the repo:
https://github.com/cloudfoundry-community/

Some useful developments are:
https://github.com/prosociallearnEU/cf-nodejs-dashboard
https://github.com/jthomas/cfbot

Cheers


Danny Rosen
 

@Amit: Could you embellish on the use cases you've encountered that have
attempted to drive interactions with CF via a python library?

@Juan: This is interesting and I'd like to obtain a better understanding of
the use cases this library supports that drove you to publish it.

Thanks in advance for the insight,
Danny

On Wed, Jan 27, 2016 at 3:12 AM, Amit Gupta <agupta(a)pivotal.io> wrote:

Juan, good stuff! I've seen some people struggling recently to drive
interactions with CF via a Python library, it would be cool if there were
well-maintained client libraries in a bunch of different languages. It's
great you've written one for Node.

I don't know how the cloudfoundry-community GH org is administered, I'd
ask Dr Nic (cc'd).

Cheers,
Amit

On Tue, Jan 26, 2016 at 8:12 AM, Juan Antonio Breña Moral <
bren(a)juanantonio.info> wrote:

Good afternoon community,

after some months of, we have developed a stable client for cloud foundry:
https://github.com/prosociallearnEU/cf-nodejs-client
https://travis-ci.org/prosociallearnEU/cf-nodejs-client
Docs: https://prosociallearneu.github.io/cf-nodejs-client/docs/v0.13.0/

I would like to explore the idea to share the development with the
community and how to integrate the development on the repo:
https://github.com/cloudfoundry-community/

Some useful developments are:
https://github.com/prosociallearnEU/cf-nodejs-dashboard
https://github.com/jthomas/cfbot

Cheers


Amit Kumar Gupta
 

On Wed, Jan 27, 2016 at 12:40 AM, Danny Rosen <drosen(a)pivotal.io> wrote:

@Amit: Could you embellish on the use cases you've encountered that have
attempted to drive interactions with CF via a python library?

@Juan: This is interesting and I'd like to obtain a better understanding
of the use cases this library supports that drove you to publish it.

Thanks in advance for the insight,
Danny


On Wed, Jan 27, 2016 at 3:12 AM, Amit Gupta <agupta(a)pivotal.io> wrote:

Juan, good stuff! I've seen some people struggling recently to drive
interactions with CF via a Python library, it would be cool if there were
well-maintained client libraries in a bunch of different languages. It's
great you've written one for Node.

I don't know how the cloudfoundry-community GH org is administered, I'd
ask Dr Nic (cc'd).

Cheers,
Amit

On Tue, Jan 26, 2016 at 8:12 AM, Juan Antonio Breña Moral <
bren(a)juanantonio.info> wrote:

Good afternoon community,

after some months of, we have developed a stable client for cloud
foundry:
https://github.com/prosociallearnEU/cf-nodejs-client
https://travis-ci.org/prosociallearnEU/cf-nodejs-client
Docs: https://prosociallearneu.github.io/cf-nodejs-client/docs/v0.13.0/

I would like to explore the idea to share the development with the
community and how to integrate the development on the repo:
https://github.com/cloudfoundry-community/

Some useful developments are:
https://github.com/prosociallearnEU/cf-nodejs-dashboard
https://github.com/jthomas/cfbot

Cheers


Juan Antonio Breña Moral <bren at juanantonio.info...>
 

Good morning Danny,

"This is interesting and I'd like to obtain a better understanding of the use cases this library supports that drove you to publish it"

Can you describe in detail the question?
I suppose that the use case could be similar than Java does. In this stage the development has the focus on app deployment and a basic interaction with logging component and uaa provided by pivotal/bluemix and local instance from nise installer: https://github.com/yudai/cf_nise_installer but In next months, I would like to add bosh-lite in the tests. Besides, I would like to increate the tests with the deployment with Docker containers. In this area, I have some tests, but I recognice that I have to evolve to bosh-lite:
https://github.com/prosociallearnEU/cf-nodejs-client/blob/master/test/lib/model/cloudcontroller/DockerTests.js

Cheers

Juan Antonio


Dieu Cao <dcao@...>
 

Dr. Nic created the cloudfoundry-community github org but anyone who is a
current member of the org can invite others.
I've sent you an invite.

Please keep in mind that org is not managed by the Cloud Foundry Foundation.

-Dieu
CF CAPI PM




On Wed, Jan 27, 2016 at 2:39 AM, Juan Antonio Breña Moral <
bren(a)juanantonio.info> wrote:

Good morning Danny,

"This is interesting and I'd like to obtain a better understanding of the
use cases this library supports that drove you to publish it"

Can you describe in detail the question?
I suppose that the use case could be similar than Java does. In this stage
the development has the focus on app deployment and a basic interaction
with logging component and uaa provided by pivotal/bluemix and local
instance from nise installer: https://github.com/yudai/cf_nise_installer
but In next months, I would like to add bosh-lite in the tests. Besides, I
would like to increate the tests with the deployment with Docker
containers. In this area, I have some tests, but I recognice that I have to
evolve to bosh-lite:

https://github.com/prosociallearnEU/cf-nodejs-client/blob/master/test/lib/model/cloudcontroller/DockerTests.js

Cheers

Juan Antonio


Juan Antonio Breña Moral <bren at juanantonio.info...>
 

Many thanks for the invitation