Skip to content

deployd/dpd-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dpd-importer

Create deployd collections from existing mongo collections.

about

This is a deployd module that allows you to import existing mongodb collections into an existing or new deployd project. The impoter will pull in all existing data and use it to built your deployd collection's schema.

usage

Create a project. Then install the dpd-importer module.

dpd create my-app
cd my-app
mkdir node_modules
npm install dpd-importer
dpd -d

Click the green new resource and choose Importer.

Give it the default name "/importer". Open it by clicking "IMPORTER" in the left menu.

Enter the information of your existing MongoDB server. Clicking on Start Import will start creating deployd collections from data in the provided db by streaming data directly from the old db into your new deployd db.

use with caution

This is alpha software. Please use with caution and report any issues or feature requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published