Skip to content

Commit

Permalink
v2002 (#2)
Browse files Browse the repository at this point in the history
* New Infrastructure View section
* moat369 updated to v2001
* Update README.md
* Bugfix on converter for columns bigger than 100 chars
  • Loading branch information
dbarj committed Jan 22, 2020
1 parent 42abe4b commit 5266df4
Show file tree
Hide file tree
Showing 20 changed files with 1,018 additions and 26 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,7 @@
## Versions ##

* 2002 (2020-01-13)
- Infrastructure Visual Design.

* 2001 (2020-01-01)
- Initial Version.
25 changes: 13 additions & 12 deletions README.md
Expand Up @@ -21,24 +21,21 @@ The overall execution can be divided in 3 steps:

#### Exporter Phase

![Exporter](https://raw.githubusercontent.com/dbarj/repo_pics/master/oci360/Exporter.png)
First, the tool will connect to OCI through the delivered command line interface (OCI-CLI) and get tenancy metadata in JSON format.

In this step, the tool:
- Connects to OCI through the delivered command line interface (CLI) and gets tenancy metadata in JSON format.
![Exporter](https://raw.githubusercontent.com/dbarj/repo_pics/master/oci360/Exporter.png)

#### Converter Phase

![Converter](https://raw.githubusercontent.com/dbarj/repo_pics/master/oci360/Converter.png)
Later, the tool will collect the JSON files output by the extractor and load the data to an Oracle Database for analysis and reporting.

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.
![Converter](https://raw.githubusercontent.com/dbarj/repo_pics/master/oci360/Converter.png)

#### Reporter Phase

![Reporter](https://raw.githubusercontent.com/dbarj/repo_pics/master/oci360/Reporter.png)
Finally, the tool will pull the data from the Oracle database to generate tables and charts that are then output in HTML format for consumption.

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.
![Reporter](https://raw.githubusercontent.com/dbarj/repo_pics/master/oci360/Reporter.png)

## Execution Steps

Expand All @@ -56,6 +53,10 @@ For the execution steps, please check the [Wiki Page](https://github.com/dbarj/o

Below are some sections generated by OCI360:

#### Infrastructure View

![Output](https://raw.githubusercontent.com/dbarj/repo_pics/master/oci360/OCI360_Infrastructure_View_Example.png)

#### Compute Instances Info

![Output](https://raw.githubusercontent.com/dbarj/repo_pics/master/oci360/OCI360_Instances_Example.png)
Expand Down Expand Up @@ -84,7 +85,7 @@ Below are some sections generated by OCI360:

## Latest change

* 2001 (2020-01-01)
- Initial Release.
* 2002 (2020-01-13)
- Infrastructure Visual Design.

Check **CHANGELOG.md** for more info.
Check **[CHANGELOG.md](https://github.com/dbarj/oci360/blob/master/CHANGELOG.md)** for more info.
2 changes: 1 addition & 1 deletion js/webvowl_index.html
Expand Up @@ -119,7 +119,7 @@ <h3 class="selectedDefaultElement accordion-trigger noselect accordion-trigger-a
<div id="menuContainer">
<!--Ontology Menu-->
<ul id="m_select" class="toolTipMenu noselect">
<li><a href="#foaf" id="foaf">OCI360</a></li>
<li><a href="#oci360" id="oci360">OCI360</a></li>

<li class="option" id="converter-option">
<form class="converter-form" id="iri-converter-form">
Expand Down
17 changes: 16 additions & 1 deletion moat369/LICENSE-3RD-PARTY
Expand Up @@ -213,4 +213,19 @@ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

---------------------------------------------------------------------------------------------------------------------

Sortable
Source: http://www.kryogenix.org/code/browser/sorttable/
License: http://www.kryogenix.org/code/browser/licence.html

The MIT Licence, for code from kryogenix.org
Code downloaded from the Browser Experiments section of kryogenix.org is licenced under the so-called MIT licence. The licence is below.

Copyright (c) 1997-date Stuart Langridge

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit 5266df4

Please sign in to comment.