Skip to content

equinor/acidwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AcidWatch

Welcome to the AcidWatch repository.

This repository is dedicated to the development of a common frontend for tools aimed at calculating and predicting chemical reactions occurring within CO2 streams. Our goal is to democritise and open up the discussion around CO2 impurities and to provide a reliable resource for researchers, chemists, and industry professionals interested in understanding and controlling the behavior of CO2 impurities.

Links to Access AcidWatch in the Browser

AcidWatch is accessible at https://acidwatch.radix.equinor.com/, which is the official link to the latest stable version of the platform. Additionally, mainly for development purposes, we maintain three environments:

  • Development: The latest features in active development (may be unstable). Access the dev version here.
  • Testing: For testing new features (more stable than dev). Access the test version here.
  • Production: The official live platform with all tested and stable features. Access the production version here. The main URL (https://acidwatch.radix.equinor.com/) also directs to the production environment.

Please note: You might need appropriate permissions to access the environments.

Developers

Before you begin, ensure you have the following installed on your machine:

  • Node.js (version 14.x or later)
  • npm (version 6.x or later)
  • Python (version 3.10 or later)
  • Poetry (for managing Python dependencies)

Getting Started

1. Clone the Repository

Clone the repository to your local machine:

git clone https://github.com/your-username/acidwatch.git
cd acidwatch

2. Start backend

Navigate to the backend directory, create a .env file based on .env.example to configure environment variables (secrets can be found in azure portal). Install the dependencies using poetry, activate the virtual environment and start server:

poetry install
poetry shell
cd src
python -m __main__

3. Start frontend

Navigate to the frontend directory, create a .env file based on .env.example to configure environment variables. The variables begin with the prefix VITE_, but in the code they are referenced without the prefix. Then

npm install
npm run dev

4. Start models

This is optional, you can still do quite a lot frontend development without having any models running. Check the relevant models repos for guidance how to run locally:

5. Access the application

Open your browser and navigate to http://localhost:5173 to access the frontend application. The backend API will be running at http://localhost:8001. Swagger at http://localhost:8001/docs

Debugging in Visual Studio Code

If using VS Code it is recommended to run backend in a different instances of VS Code. This will avoid a lot of hazzle configuring and running correct python virtual environment etc.

Deployment

GitHub Actions Workflows are used for building, testing and deploying Acidwatch to Radix.

Tests are run on every push, and deployment to dev environment are done on merge to main branch

Deployment to test en prod environment are for now done manually in Radix console

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published