-
Notifications
You must be signed in to change notification settings - Fork 16
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
Should babbage be able to create it's own tables? #4
Comments
Can you link to the relevant code in SpenDB? I like that babbage is agnostic to the creation of tables: not sue ATM what that means though: perhaps |
The relevant code in Of course this is less 'clean' than a normalized star schema approach, but it's the simplest thing and the best UX -- wondering if we can somehow retain the UX of model mutability even as we drag the aggregator towards a cleaner data model. |
So, I think the answer is no, and we can close this issue. We are currently creating our own tables in the FDP - > babbage loader codebase. Maybe when that is done, we can all take a look. Perhaps there will be a reason to pull the table creation code out completely into a standalone lib. |
Right now, this functionality is not in the babbage package, but rather in whatever host app uses it (e.g. cubepress, spendb). While I don't think that babbage should only be useable with tables that it has created itself, adding the necessary code to quickly generate a table (eg. from JTS) could make the package more convenient to use.
The text was updated successfully, but these errors were encountered: