Skip to content

Commit

Permalink
Update Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Raddon committed Nov 11, 2017
1 parent 9741eda commit af4a8a7
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions backends/files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,35 +35,8 @@ But with focus on hacking in your own sources or file formats, encryption, etc.
Example
----------------------------

The default example dataux docker container
includes a single table `appearances` in database `baseball`
that is made from a single csv file stored in the container.

```sh

docker pull gcr.io/dataux-io/dataux:latest
docker run --rm -e "LOGGING=debug" -p 4000:4000 --name dataux gcr.io/dataux-io/dataux:latest

```

![dataux_file_source](https://cloud.githubusercontent.com/assets/7269/23976158/12a378be-09a3-11e7-971e-8a05d7002aaf.png)

```sql
mysql -h 127.0.0.1 -P4000

use baseball;

show tables;

describe appearances

select count(*) from appearances;

select * from appearances limit 10;

```



Query CSV Files
--------------------
Expand Down

0 comments on commit af4a8a7

Please sign in to comment.