1 / 9

{ KonfDB }

Created by: Punit Ganshani http://www.ganshani.com @ ganshani. { KonfDB }. Configuration as a Service | www.konfdb.com | @ konfdb. Multi-tenant Apps. Cross-Platform. Typical Configuration Management. g et /concept. Application Boundaries. Regional Boundaries. Environment Boundaries.

Download Presentation

{ KonfDB }

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Created by: PunitGanshani http://www.ganshani.com @ganshani { KonfDB } Configuration as a Service | www.konfdb.com | @konfdb Multi-tenant Apps Cross-Platform

  2. Typical Configuration Management

  3. get /concept Application Boundaries Regional Boundaries Environment Boundaries Server Boundaries

  4. The KonfDB Way www.konfdb.com Applications Server Caching Authentication Authorization Audit Logging Encryption

  5. add /config

  6. get /config get /app:6 /env:8 /region:8 /server:9 [ { "ParameterName": "CertificateKey", "ParameterValue": "KEY.UAT.2", "MatchProfile": "ParamId:9|App:6|Server:9|Env:8|Region:8|Suite:2", "IsEncrypted": false } ]

  7. get /config varuserToken = CConnectionFactory.GetUserToken(); varcommandService = CConnectionFactory.GetInstance(); // If we got back a token, means user was authenticated if(userToken != null) {varoutput = commandService.ExecuteCommand("get /app:6 /env:8 /region:8 /server:9", userToken); if (output != null) { var parameters = (List<ConfigurationModel>)output.Data; parameters.ForEach(param => Console.WriteLine(param.ParameterName + "=" + param.ParameterValue)); } } get /app:BackendService /env:User /region:EUROPE /server:SERVER.05

  8. download Source: http://bit.ly/konfdb Host: http://bit.ly/konfdbreleases Client Framework (.NET):

  9. { KonfDB } Punit Ganshani

More Related