11.51.0 • Published 3 days ago

@finos/legend-application-repl-deployment v11.51.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 days ago

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

11.50.0

4 days ago

11.51.0

3 days ago

11.49.0

7 days ago

11.48.0

7 days ago

11.47.0

8 days ago

11.46.0

9 days ago

11.45.0

13 days ago

11.44.0

14 days ago

11.43.0

14 days ago

11.42.0

18 days ago

11.41.0

20 days ago

11.40.0

22 days ago

11.39.0

27 days ago

11.37.0

29 days ago

11.38.0

28 days ago

11.36.0

30 days ago

11.35.0

1 month ago

11.34.0

1 month ago

11.33.0

1 month ago

11.32.0

1 month ago

11.31.0

2 months ago

11.30.0

2 months ago

11.29.0

2 months ago