https://github.com/juliacomputing/truefx
JuliaDB demonstration using TrueFX data
https://github.com/juliacomputing/truefx
Last synced: 10 months ago
JSON representation
JuliaDB demonstration using TrueFX data
- Host: GitHub
- URL: https://github.com/juliacomputing/truefx
- Owner: JuliaComputing
- License: mit
- Created: 2018-04-27T17:59:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T21:30:16.000Z (over 4 years ago)
- Last Synced: 2023-07-04T16:08:34.546Z (over 2 years ago)
- Language: Jupyter Notebook
- Size: 837 KB
- Stars: 8
- Watchers: 8
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JuliaDB TrueFX demonstration
============================
This is a demonstration of JuliaDB loading and manipulating the TrueFX tick dataset (available from https://www.truefx.com/?page=downloads)
To set up, do:
```
export JULIA_PROJECT=$(pwd)
julia -e 'using Pkg; pkg"instantiate"; pkg"precompile"'
jupyter notebook
```
The CSV data should be in the directory `indata`, and there should be another directory `bindata` which will be used to store the binary dataset (I set up symlinks to avoid duplicating data).