Code Monkey home page Code Monkey logo

dtrace-web-ide's Introduction

Web editor for DTrace based on Python

This is a Python & web based IDE for DTrace with Data Visualizations. Based on the script the user provided this tool will create some graphs and return some visualizations.

It basically acts like the command 'dtrace' - which is actually a consumer itself - just web based. So maybe the better name for this project would be DTrace web consumer.

Prerequisites

  1. First install the python-dtrace consumer - please note that you currently need to fork it from github.
  2. Install numpy which is a requirement of matplotlib
  3. Install matplotlib
  4. Install django

You can install these tools using pip or easy_install.

Running the editor

First you will need to create a simple database (sqlite). The django users among you will know why :-)

python manage.py syncdb

This only needs to be done once. When done you can run the editor:

python manage.py runserver

Go to http://localhost:8000 and you will see this web based DTrace consumer. Note that this is not the way it is supposed to run in a production system.

Notes

Thanks to the folks whom created editarea which is used to get the syntax highlighting.

WARNING

Use as own risk - no warranties - this is still very much work in progress - please see: issues

(c) 2012 Thijs Metsch

dtrace-web-ide's People

Contributors

tmetsch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

neostoic

dtrace-web-ide's Issues

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.