Giter VIP home page Giter VIP logo

ephemerol's Introduction

ephemerol

A Cloud Native readiness scanner that has configurable rules for Java, .NET and other cloud native application types. Build Status

Currently, ephemerol scans project source files in a zip file for the following languages:

Requirements

Python 2.7.9

Command Line

First grab all the dependencies:

pip install -r requirements.txt

Then you can run the following to get information on how to invoke the scanner from the command line:

python -m ephemerol -h

Development

Run Web Application Locally

Run the script as follows to get information on how to invoke it:

pip install -r requirements.txt
python ./ephemerol/ephemerol-web.py

Testing

To run tests, make sure to install dependencies, then you can run all the tests with the py.test command at the root of the project.

pip install -r requirements.txt
# Then one of the following
py.test
# or
python -m pytest

Deploy to Cloud Foundry

mkdir ./ephemerol/vendor
pip download --no-binary :all -d ./ephemerol/vendor -r requirements.txt
cf push

Screenshots

home page report page

GUI Development

Live Code Edit Front End

cd ./ephemerol/ephemoral-react
npm install
npm start

Generate/Deploy optimized production GUI

  • Generate production optimized react files for web server
  • Deploy react files to static directory
npm run build
npm run deploy

Delete existing flask "static" files directory (OPTIONAL)

npm run clean

Project Core Team

Project Contributors

Early adopter. Suggested we move to open source the project.

Dieter Flick/Pivotal

Early adopter. Provided excellent feedback on the cloud readiness index scoring algorithm.

Requested that we remove pandas to reduce dependency overhead. This was an excellent idea.

ephemerol's People

Contributors

jwilliams-pivotal avatar cdelashmutt-pivotal avatar ameet123 avatar cbusch-pivotal avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.