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

Implement Import Function #1

Open
twashing opened this issue Oct 12, 2014 · 0 comments
Open

Implement Import Function #1

twashing opened this issue Oct 12, 2014 · 0 comments

Comments

@twashing
Copy link
Owner

The functionality here will be to import a dataset into the user's database. Function spec details are below. The workflow is going to be very similar to how we setup our default database. In fact, the successful implementation of this function, will be used by the system setup process. Refer to the README for more application context.

  • Function Name: _bkell.bkell/import_
  • Argument Signature(s):
    • _data_: a simple map tree, of the data that a user intends to import to their data store. See the default example.
    • _group_: the group into which the data will be imported
  • Expected Return: _void_ or an _exception_
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

1 participant