Giter Club home page Giter Club logo

n-cube-editor's Introduction

n-cube-editor

n-cube-editor is a web-based GUI editor for editing and managing n-cubes.

Licensing

Copyright 2012-2016 Cedar Software, LLC Licensed under the Apache License, Version 2.0


Running Example

Visit http://ncube.io to see a running version of the NCUBE Editor. Play around with it and send your feedback. This project is very actively being developed.

Getting Started

NCUBE Editor has been tested with MySQL, Oracle, HSQLDB, and MSSQL. It will likely run on all other SQL databases. NCUBE has been designed to allow other persisters to be added. For example, it would not be that difficult to add a MongoDB persister for NCUBE.

Step 1

Make sure to set the following environment variables (or -D system properties) in order to specify the connection to your database: As Java system properties (using MySQL):

-DNCE_JDBC_DRIVER="com.mysql.jdbc.Driver"
-DNCE_JDBC_URL="jdbc:mysql://localhost:3306/ncube"
-DNCE_JDBC_USER="ncube" 
-DNCE_JDBC_PWD="ncube" 
-DNCE_POOL_QUERY="/* ping */"

or environment variables (using MySQL):

NCE_JDBC_DRIVER=com.mysql.jdbc.Driver
NCE_JDBC_URL=jdbc:mysql://localhost:3306/ncube
NCE_JDBC_USER=ncube
NCE_JDBC_PWD=ncube
NCE_POOL_QUERY="/* ping */"

Step 2

Set up a database with a schema named 'ncube' and a single table named 'n_cube'. For the DDL see mysql-schema.ddl

See changelog.md for revision history.

n-cube-editor's People

Contributors

bheekin avatar irhiggs avatar jdereg avatar jsnyder4 avatar kpartlow avatar xanmia avatar

Watchers

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