Tolu Aina

Results 304 comments of Tolu Aina

Your node entries `index` and `database` pair need to be unique. In you schema above, you have the same `database` and `index` in both nodes. This will end up overwriting...

Hi and sorry for the delay. I have used PGSync with Elastic cloud in the past yes. I think this depends on how Elastic cloud is authenticating. Can you please...

> Execuse me, I found the code snipped is unuseful and it will cause problem, child id type is diffirent from parent node id. we using `fields` which is child...

Can you please confirm if this is resolved now please. I strongly feel this has been fixed in the master. Apologies for the delay

An Elasticsearch/opensearch index maps to a Postgres database. Not sure how you want the data to be represented at the table granularity

- I'm still finding it hard to visualize the resulting data. - Is there supposed to be a relationship between these tables? - we are trying to map relational data...

There is no conceptual 1:1 representation of a Postgres table in Elasticsearch/Opensearch. A document is composed of one or more tables with some relationship that ties them together. The closest...

Hi, Sorry about the late response. Elasticsearch runs on default port 9300 and not 8000. If you want to run on a different port you will need to modify the...

Good question. That runs in under virtualenv and not docker. You can create a virtual env and simply run: - `cd demo` -` pip install requirements.txt ` - `./runserver.sh`

You need to set ELASTICSEARCH_URL in your env e.g `export ELASTICSEARCH_URL=localhost:9300`