Skip to content

Databases

Efra Espada edited this page Apr 21, 2018 · 2 revisions

Turbine has been designed for working with big JSON databases. For that, data is distributed in collections.

Databases are created on data/ folder. Collections are stored inside database folder.

Collections

When JSON databases are big, work with them recursively produces stack call errors. Collections allow database management by distributing their content in multiple files, speeding up the query and data manipulation.

Clone this wiki locally