cusbg / prankweb

Web application for protein-ligand binding sites analysis and visualization
https://prankweb.cz
Apache License 2.0
7 stars 3 forks source link

Use of a database? #135

Open skodapetr opened 11 months ago

skodapetr commented 11 months ago

Should we need to share result of computation, like conservation, we may introduce a database. The reason is that file-based approach rely on optimistic parallelization and low write ration. As a result there should be not many conflicts. In addition the file storage is more of a cache rather then a database.

Resources for MongoDB: