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

Merge druiddb into pydruid #110

Merged
merged 8 commits into from
Jan 4, 2018
Merged

Conversation

betodealmeida
Copy link
Contributor

This PR merges the code from druiddb into pydruid. The DB API and SQLAlchemy dialect where moved to pydruid/db/, and the CLI was left in pydruid/. The (few) unit tests were added to tests/db/.

The CLI is now called pydruid, instead of druiddb.

I also removed all the f-strings, since the backport module was not working for some reason.

Copy link
Member

@mistercrunch mistercrunch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also would be nice to mention the SQLAlchemy dialect and the DBAPI driver in the README.md and the CLI.

Oh and also would be nice to mention the "extras" required to get the different features working in the README.



def main():
history = FileHistory(os.path.expanduser('~/.pydruid.txt'))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: ./pydruid_history ?

@mistercrunch mistercrunch merged commit 992a3d8 into druid-io:master Jan 4, 2018
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

Successfully merging this pull request may close these issues.

2 participants