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

Improve the SQL server #6

Closed
nils-braun opened this issue Aug 27, 2020 · 1 comment
Closed

Improve the SQL server #6

nils-braun opened this issue Aug 27, 2020 · 1 comment

Comments

@nils-braun
Copy link
Collaborator

nils-braun commented Aug 27, 2020

The SQL server is definitely just a hacky proof-of-concept so far.
It can be improved in multiple ways:

  • at least add some documentation and tests
  • handle multiple connections at the same time
  • error handling and sending the error back to the user
  • authentication
  • is a socketserver really the best library to use?
  • possibility to define dataframes from SQL (e.g. specifying to read from S3, hdfs etc)
  • dockerizing the server, to make it usable in a cluster setup (maybe together with an autoscaling dask cluster or dask gateway)
  • ...
@nils-braun
Copy link
Collaborator Author

Fixed via #56

nils-braun pushed a commit that referenced this issue Jul 30, 2021
Fix a failing build, as ciso8601 is currently not pip-installable (#192)
charlesbluca added a commit to charlesbluca/dask-sql that referenced this issue Sep 30, 2021
* Convert tables in memory to GPU if specified

* Trigger CI
charlesbluca added a commit to charlesbluca/dask-sql that referenced this issue Dec 14, 2021
* Convert tables in memory to GPU if specified

* Trigger CI
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