Coder Social home page Coder Social logo

analysator2's Introduction

The Analysator

The Analysator is a simple tool for querying databases and charting the results.

This is the fancy version using Meteor and sporting user accounts, analysis sharing and server-side persistence.

Warning: This could be a big security hole if you have Postgres servers with weak passwords.

(Why? Because it passes database queries more or less straight through from a browser to any Postgres database reachable from the server, with only very cursory validation against destructive queries.)

Installation

Check out the code and install Meteor (http://docs.meteor.com/#quickstart) and Meteorite (http://oortcloud.github.io/meteorite/). Then run:

$ mrt install

Then run the app locally with:

$ meteor

See also http://docs.meteor.com/#deploying.

For the app tbe useful, the server where you run meteor needs to be able to access a Postgres database, and you need to know the connection string for this database.

Use a modern browser like Chrome or Firefox.

Usage

Set up a Postgres database somewhere accessible, e.g. localhost. In the web GUI, specify a connection string like:

postgres://user:password@localhost:5432/dbname

and then enter a database query. Click Run to execute the query. Then use Configure chart... to set up charting if desired.

Analyses can be saved using the Save and Save as... buttons. You may share analyses with other users by using the Sharing... button and searching by email address. Analyses shared with you appear in your left-hand side navigation immediately, but you cannot save or delete others' analysis. You can, however use Save as... to create your own copy.

analysator2's People

Contributors

optilude avatar

Stargazers

 avatar

Watchers

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