Date
1 - 8 of 8
[abacus] Abacus v1.0.0 available
I'm happy to announce the availability of CF Abacus v1.0.0.
Abacus provides usage metering and aggregation for Cloud Foundry services and app runtimes. The v1.0.0 release comes bundled with: - MongoDB and CouchDB support - Improved data format & processing - 2 new components to measure resource consumption of applications and service instances in Cloud Foundry - Concourse deploy pipeline - Performance & Security improvements You can find the full release notes on Github: https://github.com/ cloudfoundry-incubator/cf-abacus/releases/tag/v1.0.0 npm modules are available on: https://www.npmjs.com/search?q=cf-abacus Please feel free to ask any questions on this list or via Github issues. Pull requests are always welcome as well! For more info on Abacus please visit: - source code: https://github.com/cloudfoundry-incubator/cf- abacus/tree/v1.0.0 - documentation: https://github.com/cloudfoundry-incubator/cf-abacus/wiki Thanks to Abacus committers and contributors who helped with this release! We are already gathering requirements and looking forward to version 2 features. Check what we have so far here: https://github.com/ cloudfoundry-incubator/cf-abacus/wiki/Abacus-v2-features Hristo Iliev |
|
Chip Childers <cchilders@...>
Hristo,
toggle quoted message
Show quoted text
Congratulations to the team! On Tue, Sep 12, 2017 at 8:07 AM Hristo Iliev <hsiliev(a)gmail.com> wrote:
I'm happy to announce the availability of CF Abacus v1.0.0. --
Chip Childers CTO, Cloud Foundry Foundation 1.267.250.0815 |
|
Michael Maximilien
+1
Let me add to this and emphasize the terrific job Hristo and the team at SAP have been doing to help take CF-Abacus to the next level. As Hristo mentioned there is a wiki* with ongoing list of features and ideas for the next version. An inception for that is up coming soon. All are welcome and join us in Basel for office hours if you want to have one on one chat. Congrats again team. Cheers, Max * https://github.com/cloudfoundry-incubator/cf-abacus/wiki/ Abacus-v2-features On Tue, Sep 12, 2017 at 10:20 AM, Chip Childers <cchilders(a)cloudfoundry.org> wrote: Hristo, -- max http://maximilien.org |
|
Dr Nic Williams <drnicwilliams@...>
Congrats team!
________________________________ From: Michael Maximilien <mmaximilien(a)gmail.com> Sent: Wednesday, September 13, 2017 3:39:34 AM To: Discussions about Cloud Foundry projects and the system overall. Subject: [cf-dev] Re: Re: [abacus] Abacus v1.0.0 available +1 Let me add to this and emphasize the terrific job Hristo and the team at SAP have been doing to help take CF-Abacus to the next level. As Hristo mentioned there is a wiki* with ongoing list of features and ideas for the next version. An inception for that is up coming soon. All are welcome and join us in Basel for office hours if you want to have one on one chat. Congrats again team. Cheers, Max * https://github.com/cloudfoundry-incubator/cf-abacus/wiki/Abacus-v2-features On Tue, Sep 12, 2017 at 10:20 AM, Chip Childers <cchilders(a)cloudfoundry.org<mailto:cchilders(a)cloudfoundry.org>> wrote: Hristo, Congratulations to the team! On Tue, Sep 12, 2017 at 8:07 AM Hristo Iliev <hsiliev(a)gmail.com<mailto:hsiliev(a)gmail.com>> wrote: I'm happy to announce the availability of CF Abacus v1.0.0. Abacus provides usage metering and aggregation for Cloud Foundry services and app runtimes. The v1.0.0 release comes bundled with: * MongoDB and CouchDB support * Improved data format & processing * 2 new components to measure resource consumption of applications and service instances in Cloud Foundry * Concourse deploy pipeline * Performance & Security improvements You can find the full release notes on Github: https://github.com/cloudfoundry-incubator/cf-abacus/releases/tag/v1.0.0 npm modules are available on: https://www.npmjs.com/search?q=cf-abacus Please feel free to ask any questions on this list or via Github issues. Pull requests are always welcome as well! For more info on Abacus please visit: * source code: https://github.com/cloudfoundry-incubator/cf-abacus/tree/v1.0.0 * documentation: https://github.com/cloudfoundry-incubator/cf-abacus/wiki Thanks to Abacus committers and contributors who helped with this release! We are already gathering requirements and looking forward to version 2 features. Check what we have so far here: https://github.com/cloudfoundry-incubator/cf-abacus/wiki/Abacus-v2-features [https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif] Hristo Iliev -- Chip Childers CTO, Cloud Foundry Foundation 1.267.250.0815<tel:(267)%20250-0815> -- max http://maximilien.org |
|
Mike Youngstrom <youngm@...>
Great! I haven't attempted to use Abacus yet. Is there a
toggle quoted message
Show quoted text
recommended/preferred Mongo or Couch bosh release to use with abacus? Mike On Tue, Sep 12, 2017 at 9:06 AM, Hristo Iliev <hsiliev(a)gmail.com> wrote:
I'm happy to announce the availability of CF Abacus v1.0.0. |
|
To try Abacus out you can simply run it locally with the in-memory PouchDB:
toggle quoted message
Show quoted text
npm run build npm start npm run demo npm stop We use a limited set of DB operations to support CouchDB 1 & 2 and MongoDB 2 & 3. You can deploy Abacus as BOSH release or as a set of applications. Therefore we allow the database to be simply an URL in Abacus applications environment or to be bound as a service. IBM use CouchDB/Cloudant with the URL approach afaik. In SAP we use custom BOSH release MongoDB and ServiceFabrik's service broker. 2017-09-13 0:27 GMT+03:00 Mike Youngstrom <youngm(a)gmail.com>: Great! I haven't attempted to use Abacus yet. Is there a |
|
Michael Maximilien
Correct. Thanks for sending details Hristo. Of course, README should have
all details ;) With risk of sounding like an ad, I can confirm that on Bluemix, due to the shear amount of data we process we use the Couch-compatible Cloudant service. However, any such DB should work. If you do try something else do let us know. Best, Max On Wed, Sep 13, 2017 at 4:42 AM Hristo Iliev <hsiliev(a)gmail.com> wrote: To try Abacus out you can simply run it locally with the in-memory PouchDB:dr.max Sent from my iPhone http://maximilien.org |
|
Shannon Coen
Congratulations on v1.0!
Shannon Coen Product Manager, Cloud Foundry Pivotal, Inc. On Wed, Sep 13, 2017 at 10:33 AM, Michael Maximilien <mmaximilien(a)gmail.com> wrote: Correct. Thanks for sending details Hristo. Of course, README should have |
|