Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lambrospetrou/fdb-go
FDB-Go will be the implementation of FDB - Factorized Databases - in Go lang
https://github.com/lambrospetrou/fdb-go
Last synced: 11 days ago
JSON representation
FDB-Go will be the implementation of FDB - Factorized Databases - in Go lang
- Host: GitHub
- URL: https://github.com/lambrospetrou/fdb-go
- Owner: lambrospetrou
- License: mit
- Created: 2015-09-02T21:01:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-04T14:34:51.000Z (about 9 years ago)
- Last Synced: 2024-10-11T17:17:12.218Z (25 days ago)
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FDB-Go
FDBGo will be the implementation of FDB - Factorized Databases - in Go lang
## Bibliography
This implementation will mostly use ideas from the original publications:
1) FDB: A Query Engine for Factorised Relational Databases @ http://www.cs.ox.ac.uk/dan.olteanu/papers/boz-vldb12
and will extend this (slowly ;p) as I did in my thesis:
2) Lambros Petrou - University of Oxford, Master of Science in Computer Science thesis - [Thesis Repository](https://github.com/lambrospetrou/oxford-msc) - [PDF](https://github.com/lambrospetrou/oxford-msc/blob/master/word/latex-word.pdf)
At the moment target is the main functionality of a factorizations and its serialization. Then, the f-tree functionality (swap, mege, etc.) will come