@finos/legend-application-repl-deployment

11.50.0 • Public • Published

@finos/legend-application-repl-deployment

This is the Legend REPL web application deployment. This is used for development locally

Backend

Legend REPL relies on:

Getting started

To quickly setup the backend, spin up REPL Client application:

  • In order to start the server, please use the Main class org.finos.legend.engine.repl.relational.client.RClient
  • This will open a new terminal in your IDE with REPL Client up and running. This will also print the port at which backend server for grid is running at.
  • If you wish to change the port for backend server (preferably 8080 as client assumes server runs at this port) please modify port here REPL Grid Server

Before spinning up the application make sure to run these commands on REPL terminal so that there is an initial query state for grid.

  load <path> <connection>
  #>{<db.table>}#->from(<connection>)
  show

To know about more specific synatx of these commands type help on the REPL terminal.

Last but not least, make sure you have Yarn installed. Run the following commands in order.

  yarn install
  yarn setup
  yarn dev:repl

After setting up, visit http://localhost:9005/repl/grid and the application should be up and running.

Package Sidebar

Install

npm i @finos/legend-application-repl-deployment

Weekly Downloads

221

Version

11.50.0

License

Apache-2.0

Unpacked Size

59 MB

Total Files

168

Last publish

Collaborators

  • finos-admin
  • maoo
  • texodus
  • neil.slinger