Re: MongoDB FDW Problem.

From: "Dickson S(dot) Guedes" <listas(at)guedesoft(dot)net>
To: postgresql(at)vorio(dot)com(dot)br
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: MongoDB FDW Problem.
Date: 2016-02-02 23:47:18
Message-ID: CAHHcrerKqxRDRhKaE5K1ezfeSCe7OozC51fmQ=VeXgo-qHhzpg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2016-02-02 20:10 GMT-02:00 <postgresql(at)vorio(dot)com(dot)br>:
> My best for all in this list.
>
> i'm trying to use FDW for MongoDB using PostgreSQL 9.4 using pgdg yum
> repo: yum install postgresql94-server postgresql94-contrib mongo_fdw94
> My S.O. is CentOS 9.7 64bits
>
> All is ok with Postgres. I can create extension, foreign server and
> foreign table.
> My problem is when the "columns" of the MongoDB collection are a
> document or array. In my Foreign Table, I have only null values
> returned in selects.
> All of others columns returns its values with no problem.
> Can any help or advise me about this?

I don't work with that but It seems that was an
issue [1] that was fixed in mongo_fdw master [2].

I think that you can follow the instructions here [3]
and contact the extension’s authors to get some
more precise information.

[1] https://github.com/EnterpriseDB/mongo_fdw/issues/32
[2] https://github.com/EnterpriseDB/mongo_fdw/commit/632e78c303024d3a3cbd1a1c1fc5c27784260836
[3] https://github.com/EnterpriseDB/mongo_fdw#contributing

[]s
--
Dickson S. Guedes
mail/xmpp: guedes(at)guedesoft(dot)net - skype: guediz
http://github.com/guedes - http://guedesoft.net
http://www.postgresql.org.br

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2016-02-02 23:49:36 Re: Explanation of tree-generating query
Previous Message Guyren Howe 2016-02-02 23:27:54 Explanation of tree-generating query