matthewmturner commented on issue #11979:
URL: https://github.com/apache/datafusion/issues/11979#issuecomment-2315581559

   For anyone interested, i have been on a bit of a fast and furious dev sprint 
making updates to 
[datafusion-tui](https://github.com/datafusion-contrib/datafusion-tui).  ive 
basically done a clean rewrite to modernize it and ive gotten the following 
features to work
   
   - Local Datafusion context querying
   - FlightSQL querying (just to `localhost:50051` but it will be configurable 
soon)
   - Register multiple custom s3 object stores
   - Register deltalake tables with `CREATE EXTERNAL TABLE table STORED AS 
DELTATABLE`
   - View logs
   - See session context information
   
   I plan on adding one more feature (new tab for storing query execution 
results / stats) and then will pause feature development to focus on cleanup / 
usability improvements / testing / docs / etc.
   
   If anyone wants to help test it would be appreciated else i just keep 
plugging away :)
   
   if you want all those features you can run `cargo r 
--features=flightsql,s3,deltalake`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to