SmokinCaterpillar / pypet

The new python parameter exploration toolbox. pypet manages exploration of the parameter space and data storage into HDF5 files for you.
BSD 3-Clause "New" or "Revised" License
89 stars 22 forks source link

MongoDB as a backend #33

Closed SmokinCaterpillar closed 4 years ago

SmokinCaterpillar commented 8 years ago

I am currently experimenting with MongoDB as an alternative backend to HDF5. First tests are looking promising.

SmokinCaterpillar commented 7 years ago

The MongoDB implementation is still lingering on some branch. However, I with my novel DB experience thanks to now being part of the real workforce :-D, I have my doubts whether Mongo is the right choice. Apparently postgreSQL has tremendous and bigly support for JSON structures and is less error prone. So maybe a postgreSQL backend that stores the tree in JSON (much like the MongoDB backend now does) is the better way to go.

SmokinCaterpillar commented 4 years ago

no more mongo