Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecrl/database-web-app
A comprehensive database of combustion properties for over 1,200 compounds
https://github.com/ecrl/database-web-app
cetane-number combustion computational-chemistry database docker energy-density mongodb octane yield-sooting-index
Last synced: about 1 month ago
JSON representation
A comprehensive database of combustion properties for over 1,200 compounds
- Host: GitHub
- URL: https://github.com/ecrl/database-web-app
- Owner: ecrl
- License: mit
- Created: 2019-08-23T20:59:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T23:56:21.000Z (over 1 year ago)
- Last Synced: 2024-01-29T11:25:32.615Z (11 months ago)
- Topics: cetane-number, combustion, computational-chemistry, database, docker, energy-density, mongodb, octane, yield-sooting-index
- Language: Python
- Homepage:
- Size: 63.5 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![UML Energy & Combustion Research Laboratory](https://sites.uml.edu/hunter-mack/files/2021/11/ECRL_final.png)](http://faculty.uml.edu/Hunter_Mack/)
# ECRL's database/web-app
A comprehensive database of combustion properties for over 1,200 compounds that can be run locally or in the cloud. All you need is Docker.
https://database.uml-ecrl.org/
## Installation
```
$ git clone https://github.com/ecrl/database-web-app
$ cd database-web-app
$ chmod +x /mongo/import.sh
$ docker compose up -d
```After composing, the *ecrl-db-mongo-seed* container can be removed.
If containers are created locally, the web app is available at *http://localhost:8080* and the MongoDB server is available at *mongodb://localhost:27017*. For more complex deployments I assume you know what you're doing.