Skip to content

Enterprise Validator for YAML, JSON and XML formats and also options for Base64 encoding and decoding.

License

Notifications You must be signed in to change notification settings

anandvarkeyphilips/enterprise-validator

Repository files navigation

Welcome to the Enterprise Validator

GitHub release Gitter chat GitHub issues GitHub forks Build Status

Getting Started

This Spring Boot Fully executable stand alone application is made for enterprises which cannot access/use public websites for data validation and manipulation. This app provides,

YAML validator which is better than http://www.yamllint.com as this app follows YAML spec, support multiple doc feature which is not supported my YAML Lint. JSON validator and formatter follows the JSON spec at http://json.org/. Also, now you dont have to use https://www.base64decode.org/ as this app also provides options for Decode from and to Base64 format.

Here's the Docker container version of the Application hosted in Microsoft Azure Cloud:
http://enterprise-validator.centralus.azurecontainer.io:8090/enterprise-validator/editor
Here's the fatty jar Application running in Microsoft Azure RHEL VM(May Have Issues):
http://varkeys-rhel-jenkins.westus.cloudapp.azure.com/enterprise-validator/editor
Here's the Openshift version of the Application hosted in Redhat Openshift(May Have Issues):
http://enterprise-validator-enterprise-validator.7e14.starter-us-west-2.openshiftapps.com/editor

Alt text

Recipe Ingredients

  • spring-boot-starter-web, spring-boot-starter-freemarker, spring-boot-starter-actuator
  • springfox-swagger2, springfox-swagger-ui
  • org.json,snakeyaml, lombok, jackson-databind, spring-boot-test

How to?

  • Click on "BASE 64Encode" to encode to Base64 format.
  • Click on "BASE 64Encode" to decode from Base64 format.
  • Click on "Validate YAML" to validate YAML data.
  • Click on "Validate JSON" to validate JSON data.
  • Click on "Format YAML" to format JSON data.
  • Click on "Share Data" to share the data through configured Mailing App.

Jira

  • Epic - Work in Progress

For help and support,

Please contact: Join the Gitter Chat

Change Log

  • You can view the changes in each releases here.

Want to Contribute?

  • We love participation. We are ready to listen and discuss about changing underlying technologies or anything.. You can check the document here.

About

Enterprise Validator for YAML, JSON and XML formats and also options for Base64 encoding and decoding.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages