Git Product home page Git Product logo

oci360's Introduction

OCI360 - Oracle Cloud Infrastructure 360º View

What is OCI360?

Oracle Cloud Infrastructure 360º View is a free open-source framework and tool to generate fancy html output of your tenancy that allows for quick analysis of an existing cloud estate to better optimize the use of cloud resources. You can also adapt it to generate your own queries and create some custom reports over your OCI tenancy.

The tool installs nothing and all it needs is a database schema to generate and read your tenancy model (more info below). It takes around 30 minutes to execute.

Output ZIP file can be large (several MBs), so you may want to execute OCI360 from a system directory with at least 1 GB of free space.

OCI360 uses moat369 API to generate html and graphs output. If you are familiar to edb360 and sqld360, you will notice they all have the same Look'n Feel.

For a sample full report from my tenancy, check http://oci360.dbarj.com.br/.

How does it work?

OCI360 will load and convert all the JSON information of your OCI tenancy into Oracle Database tables and views, creating a full metadata structured model. After the model is created on your database, it will query those tables and create reports about your OCI.

The overall execution can be divided in 3 steps:

Exporter Phase

Exporter

In this step, the tool:

  • Connects to OCI through the delivered command line interface (CLI) and gets tenancy metadata in JSON format.

Converter Phase

Converter

In this step, the tool:

  • Collects the JSON files output by the extractor and loads the data to an Oracle Database for analysis and reporting.

Reporter Phase

Reporter

In this step, the tool:

  • Pulls data from the Oracle database to generate tables and charts that are then output in HTML format for consumption.

Execution Steps

For the execution steps, please check the Wiki Page.

Results

  1. Unzip output OCI360_YYYYMMDD_HH24MI.zip into a directory on your PC.

  2. Review main html file 00001_oci360_index.html.

Output

Sample Sections

Below are some sections generated by OCI360:

Compute Instances Info

Output

Subscribed regions Map

Output

Space Summary

Output

Backup Utilization Forecast

Output

Shapes per Compute

Output

Volume Treemap

Output

For a sample full report from my tenancy, check http://oci360.dbarj.com.br/.

Latest change

  • 2001 (2020-01-01)
    • Initial Release.

Check CHANGELOG.md for more info.

oci360's People

Contributors

dbarj 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.