Skip to content

forager-research/forager-server

Repository files navigation

Forager

A rapid data exploration engine.

Getting started

pip3 install forager_server

Now you can start up the Forager server by running:

forager-server

You can now access your Forager instance by typing http://localhost:4000 in your browser.

Contributing

Requirements

Forager runtime requires:

  • Python >= 3.8

Forager build requires:

  • npm >= 7.19.1

Development setup

To build Forager for development:

git clone --recurse-submodules https://github.com/forager-research/forager-server.git
cd forager-server
pip3 install -e .

Then run with forager-server dev.

To build Forager for release:

git clone --recurse-submodules https://github.com/forager-research/forager-server.git
cd forager-server
pip3 install build
python3 -m build
pip3 install dist/*.whl

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published