Coder Social home page Coder Social logo

norbjerg / rc-eval Goto Github PK

View Code? Open in Web Editor NEW

This project forked from relational-calculus/rc-eval

0.0 0.0 0.0 22.94 MB

Web Application for Relational Calculus Queries

Home Page: https://relational-calculus.github.io/RC-Eval/

Shell 0.01% JavaScript 99.81% OCaml 0.10% Standard ML 0.01% TypeScript 0.01% CSS 0.04% HTML 0.02%

rc-eval's Introduction

Welcome to RC-Evaluator: A User-Friendly Tool for Evaluating Relational Calculus Queries.

RC-Evaluator depends on MonPoly which can be found here: https://bitbucket.org/monpoly/monpoly/src/master/ and on React found here: https://react.dev/

If you just want to run RC-Evaluator locally and have node.js installed just

  1. Clone the git repository
  2. Go to the vis directory
  3. Run
    npm install
    npm start
    

If you want to build and make changes to RC-Evaluator you will need an OCaml compiler. If you don't already have one installed we recommend using OPAM: https://opam.ocaml.org/doc/Install.html to install.

You will also need the MonPoly library: https://bitbucket.org/jshs/monpoly/src/master/

To build RC-Evaluator on your local machine follow these steps:

  1. Clone the monpoly directory
  2. Git clone RC-Evaluator
  3. Copy the rcEval.ml file from RC-Eval/bin into monpoly/js.
  4. From monpoly run:
    eval $(opam env)
    dune build
    
  5. Copy the rcEval.bc.js file located at monpoly/_build/default/js/rcEval.bc.js into RC-Eval/vis/public
  6. From RC-Eval/vis run:
    npm install
    npm start
    

Every time you make a change to the monpoly library you will have to repeat step 4-6 (you only have to run npm install once)

rc-eval's People

Contributors

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