Re: Tools to migrate data from Json files to PostgreSQL DB.

2019-03-11 Thread github kran
Thank you all for your tips. I will try to see if I can make use of these useful tips using my java application. On Fri, Mar 8, 2019 at 1:33 AM Tony Shelver wrote: > You may want to assess how you want to store and access the data in > Postgres before deciding on an import strategy. > > I have a

Re: Tools to migrate data from Json files to PostgreSQL DB.

2019-03-07 Thread Tony Shelver
You may want to assess how you want to store and access the data in Postgres before deciding on an import strategy. I have a system with a mix of relational and JSON data. The data was originally sourced in flat file format. I wrote a few Python programs to take the data, then format to JSON, whi

Re: Tools to migrate data from Json files to PostgreSQL DB.

2019-03-07 Thread Pavel Stehule
Hi čt 7. 3. 2019 v 22:21 odesílatel github kran napsal: > Hello PostgreSQL Team, > > Are there are any tools to migrate data present in the json files ? to the > postgreSQL database. > We have data in flat files about 2 billion records across multiple files. > > 1) What is the easiest way I can

Re: Tools to migrate data from Json files to PostgreSQL DB.

2019-03-07 Thread Adrian Klaver
On 3/7/19 1:21 PM, github kran wrote: Hello PostgreSQL Team, Are there are any tools to migrate data present in the json files ? to the postgreSQL database. We have data in flat files about 2 billion records across multiple files. 1) What is the easiest way I can transfer this data to relatio

Tools to migrate data from Json files to PostgreSQL DB.

2019-03-07 Thread github kran
Hello PostgreSQL Team, Are there are any tools to migrate data present in the json files ? to the postgreSQL database. We have data in flat files about 2 billion records across multiple files. 1) What is the easiest way I can transfer this data to relational database ?. 2) Any tools I can use ?.