https://github.com/objectprofile/datastudio
https://github.com/objectprofile/datastudio
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/objectprofile/datastudio
- Owner: ObjectProfile
- License: mit
- Created: 2017-05-12T23:05:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T16:22:29.000Z (over 4 years ago)
- Last Synced: 2025-01-19T14:22:02.253Z (11 months ago)
- Language: Smalltalk
- Size: 801 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DataStudio
DataStudio is an interactive graphical environment for software and data manipulation. Expressive and interactive visualizations are built without any programming knowledge. Domain elements are imported and visualized. The visualization is crafted by mapping metrics and properties to visual dimensions (width, height, color).
DataStudio is built on top of [Roassal](https://AgileVisualization.com/), an expressive library written in the [Pharo programming language](http://pharo.org).

## Installation
You can load Data studio by executing the following incantation in a playground:
```Smalltalk
Metacello new
baseline: 'DataStudio';
repository: 'github://ObjectProfile/DataStudio';
load.
```