Skip to content

Commit 6c06212

Browse files
committed
Helpful info about sample files
1 parent ab55312 commit 6c06212

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Documents/panel.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
The panel loader is designed to read a CSV file and load the data onto the HMDA-Platform. The CSV file should use the `|` (pipe) delimiter, and should include a header row as the first line.
55

66
## Environment Variables
7-
There is only one environment variable used by the panel loader. It must be set correctly in order for the data to be sent to the admin API.
87

98
For testing on an API running in SBT, no changes need to be made. The default for this variable will point to the correct local admin API.
109

@@ -20,9 +19,9 @@ For loading panel data into a remote system or into a local Docker container, yo
2019
```
2120

2221
## Running the parser
23-
A small example file is located at `panel/src/main/resources/inst_data_2017_dummy.csv`
22+
A small example file (~200 institutions) is located at `panel/src/main/resources/inst_data_2017_dummy.csv`
2423

25-
The real panel file is located at `panel/src/main/resources/inst_data_2017.csv`
24+
The real panel file (~160,000 institutions) is located at `panel/src/main/resources/inst_data_2017.csv`
2625

2726
In order for the panel data to be loaded locally, the API project must be up and running, along with Docker containers running Cassandra and Zookeper, or run the full `docker-compose` setup. To load panel data into the cluster, simply find the URL of the admin api (for the release branch: `https://hmda-ops-api.demo.cfpb.gov/admin`). No other running services are necessary.
2827

0 commit comments

Comments
 (0)