How to transfer data from Elasticsearch to SQLite?

Viewed 39

For a Node.js project with Elasticsearch I have to change DBMS to SQLite. I choose Sequelize ORM as a Node.js model.

I was able to create a new SQLite database and model, however I don't know how to convert the data stored with Elasticsearch to SQLite

0 Answers
Related