Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ferchault/bumblebee
Interactive data store for analysing trajectory data using SQL/Tableau
https://github.com/ferchault/bumblebee
Last synced: 12 days ago
JSON representation
Interactive data store for analysing trajectory data using SQL/Tableau
- Host: GitHub
- URL: https://github.com/ferchault/bumblebee
- Owner: ferchault
- Created: 2015-08-27T09:36:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-26T14:35:53.000Z (about 9 years ago)
- Last Synced: 2024-11-07T15:18:16.789Z (2 months ago)
- Language: JavaScript
- Size: 6.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bumblebee
Interactive data store for analysing trajectory data using SQL/TableauEssentially, the idea is to transform trajectory or single point calculation data from arbitrary codes for atomistic simulations into a database. As relational databases have a hard time adding columns to existing database tables with several tens of millions of lines, a NoSQL interface is used. This gives the flexibility of a schemaless operation which allows quick annotations to the raw data. This way, all information (even intermediate one) can be stored in a single location which makes it easy to interface scripting and plotting. (Think: automatic updates of plots from simulations as the simulation goes on.)
This leverages the highly effective parallelisation and scaling mechanisms inherent to NoSQL data warehouses.