-
Notifications
You must be signed in to change notification settings - Fork 17
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
Generic Importer #11
Comments
Expanding on this, the reason this is necessary is there is a lot of code reuse between each importer, and as such it can be quite daunting to write a new importer/fix issues. Having some sort of generic importer/importing method should both reduce code reuse and lower the barrier to entry for newcomers. Golang has some form of interfaces/inheritance (https://golang.org/doc/effective_go.html#embedding), so we could use that for structuring an importer.
|
The plan to close this issue:
One pull request should be made for 1. and 2. and a separate one for 3. |
It would be beneficial to have a generic importer (or at least approximates to generic ) that can parse and import arbitary dump in any format.
The text was updated successfully, but these errors were encountered: