Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Формат данных для batch insert/update #70

Open
iamsaint opened this issue Mar 19, 2021 · 1 comment
Open

Формат данных для batch insert/update #70

iamsaint opened this issue Mar 19, 2021 · 1 comment

Comments

@iamsaint
Copy link

По api batch insert/update делается в виде

{...}
{...}

Не совсем удобный формат.
Можно ли импортировать обычный json массив, в котором каждый элемент импортируется в reindexer как отдельная запись

[{...}, {...}]

?

@regorov
Copy link

regorov commented May 5, 2021

Приветствую!

Я тут провожу эксперименты, по наполнению reindexer из postgres. Может пригодится

psql -h 127.0.0.1 -p 5433 -U admin -d lms_dev -t -c "select json_agg(t) from lms.mountings t" -o ./mountings.json  --pset=format=unaligned
sed -e 's/\[{/{/1; :a;N;$!ba;s/}, \n {/}\n{/g; $s/}\]/}/1' ./mountings.json  > mounting_ri.json

вторая команда убирает: запятые между строками, и [ в начале, и убирает ] конце файла

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants