Visualizing Oracle Data - ApEx and Beyond
Submitted by dave on Mon, 04/02/2012 - 10:13
This notebook includes numerous resources for visualizing data in Oracle databases and tools. This information will run the gamut from desktop tools to Web Enabled graphing libraries.
General Info
Kyle Hailey post - overview of tools
Apex Integration Methods
JSON with ApEx
Development Tools
- Python Simple HTTP Server
- codepen.io - Online interactive/collaborative development environment
- jsfiddle.net - Online development environment
- Playground - an interactive Javascript environment that can be used as a 'scratchpad'
- Light Table IDE - Inject updated JavaScript into a JS virtual machine at runtime. Good for playing with code.
Desktop Tools
- Gephi - An open source desktop tool for data visualization.
- Tableau - Desktop visualization workbench
Web/JavaScript Libraries
- Node Graphs
- Sunburst Graphs
D3.js
D3 Graphing Library
D3 is way more...
* Framework more than a toolkit
* Many unique visualizations possible
* Dynamic behavior and animation
* Helper/wrapper libraries:
- Overview Article
- nvd3 - Basic d3 helper
- RickShaw - Advanced d3 helper
- dc.js - Dimensional Charting Graphing Library
- Crossfilter - Multidimensional filtering for coordinated views
- Parallel Coordinates
HighCharts
HighCharts