Git Product home page Git Product logo

calculator's Introduction

Scientific Calculator Using DevOps

Problem Statement

Create a scientific calculator program with user menu driven operations

● Square root function - √ x

● Factorial function - x !

● Natural logarithm (base е ) - l n(x)

● Power function - x^b

DevOps tool chain You can use any set of DevOps tool chains you want, but the pipeline would be the same.

The pipeline includes

  1. Using a source control management​ tool - like GitHub, GitLab, BitBucket etc
  2. Testing - test your code using either JUnit, Selenium, PyUnit and many more
  3. Build - build your code using tool like Maven, Gradle, Ant and many more
  4. Continuous Integration​ - Continuous integrate your code using tool like Jenkins, GitLab CLI, Travis CLI, and many more
  5. Containerize - Containerize your code using Docker.
  6. Push your created Docker image to Docker hub .
  7. Deployment - Do configuration management and deployment using either Chef, Puppet, Ansible, Rundeck. Using these do configuration management and pull your docker image and run it on the managed hosts.
  8. For Deployment you can either do it on your ​ local machine​ or on Kubernetes cluster or OpenStack cloud. You can also use Amazon AWS or Google Cloud or some other 3rd party cloud.
  9. Monitoring - for monitoring use the ELK stack. Use a log file to do the monitoring. Generate the log file for your mini project and pass in your ELK stack.

calculator's People

Contributors

lakshmihegde avatar

Watchers

James Cloos avatar  avatar

Forkers

suchilaad

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.