Skip to content

Commit

Permalink
fix comments about the tool
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuluaga committed Sep 9, 2015
1 parent 24c2184 commit 68fd2b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#postgres-import-json
The main goal of this Node.js tool is to import multiple JSON data files into Postgres tables leveraging psql and copy native utilities, so then the date can be later processed and ingested by running Postgres operations at the table level. Hence, there's no need to reinvent the wheel by running individual operations at the record level.
This tools doesn't reinvent the wheel! It stands on giants shoulders.

The main goal of this Node.js tool is to import multiple JSON data files into a Postgres table by leveraging psql and copy native utilities, so then the data, can be later processed and ingested by running Postgres operations at the table level. Hence, there's no need to reinvent the wheel by running individual operations at the record level.

**You can run this tool in two methods. Method 1: Clone this repo and run Node.js tool or Method 2: install this tool with NPM**

Expand Down

0 comments on commit 68fd2b9

Please sign in to comment.