0.0.1 • Published 4 years ago

@nishans/restore v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@nishans/restore

A package to export local notion data into notion or remote dbaas like mongodb Atlas

Usage

This small package exposes four methods to facilitate restoring notion using either local file or remote/local mongodb instances

  1. restoreAtlasFromLocalFile: Stores notion data from local file to a remote atlas one
  2. restoreAtlasFromMongodb: Stores notion data from local mongodb instance to a remote atlas one
  3. restoreNotionFromMongodb: Restore notion from data stored in local or remote mongodb instance
  4. restoreNotionFromLocalFile: Restore notion from data stored in local file