Re: Postgresql-MongoDb foreigndata wrapper

From: Sameer Kumar <sameer(dot)kumar(at)ashnik(dot)com>
To: aluka raju <alukaraju2894(at)gmail(dot)com>
Cc: PostgreSQL General Discussion Forum <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgresql-MongoDb foreigndata wrapper
Date: 2016-05-23 05:29:23
Message-ID: CADp-Sm6-4J+doWjRezMWR9_u_t74RiFmugbpk0SK9zjw+2=d=A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Cc pg-list

Pls avoiding reaching out to members via list. I may not know something
which someone else in the list may know.

On Mon, 23 May 2016, 1:22 p.m. aluka raju, <alukaraju2894(at)gmail(dot)com> wrote:

> Hello,
>
> I have data storage in flat files (structured and unstructured) . I want
> to run sql queries on that , so i am looking in to postgresql to this on
> the data that i have. I want to prepare a software for running sql queries
> for the data in files,so i am trying to have separate postgresql engine and
> write an wrappper for connecting the data that are in files.
>

Do these files change?

>
> Do you have any idea how can we do ?
>

Have you considering uploading this data to PostgreSQL? It can store
relational and JSOn data both.

>
> Thanks,
> aluka
>
>
>
> Sent with MailTrack
> <https://mailtrack.io/install?source=signature&lang=en&referral=alukaraju2894(at)gmail(dot)com&idSignature=22>
>
> On Mon, May 23, 2016 at 10:37 AM, Sameer Kumar <sameer(dot)kumar(at)ashnik(dot)com>
> wrote:
>
>>
>>
>> On Mon, 23 May 2016, 1:03 p.m. aluka raju, <alukaraju2894(at)gmail(dot)com>
>> wrote:
>>
>>> Hello,
>>>
>>> I want use my data source as mongodb and connect through postgresql
>>> fdw. Is their any restrictions that the data present in mongodb to be
>>> structured or unstructured data?
>>>
>>
>> For connecting to mongoDB you would need mongodb_fdw and not PostgreSQL
>> fdw. I don't think they have any restrictions with respect to the data
>> model.
>>
>> BTW, why do you want to do that?
>>
>>
>>> Thanks
>>> aluka
>>>
>>> Sent with MailTrack
>>> <https://mailtrack.io/install?source=signature&lang=en&referral=alukaraju2894(at)gmail(dot)com&idSignature=22>
>>>
>> --
>> --
>> Best Regards
>> Sameer Kumar | DB Solution Architect
>> *ASHNIK PTE. LTD.*
>>
>> 101 Cecil Street, #11-11 Tong Eng Building, Singapore 069 533
>>
>> T: +65 6438 3504 | M: +65 8110 0350 | www.ashnik.com
>>
>
> --
--
Best Regards
Sameer Kumar | DB Solution Architect
*ASHNIK PTE. LTD.*

101 Cecil Street, #11-11 Tong Eng Building, Singapore 069 533

T: +65 6438 3504 | M: +65 8110 0350 | www.ashnik.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message aluka raju 2016-05-23 05:52:39 Postgresql-fdw
Previous Message Sameer Kumar 2016-05-23 05:07:36 Re: Postgresql-MongoDb foreigndata wrapper