Skip to content

A wrapper for the databricks DBFS API to allow web-browsing of the databricks files using a bottle app that reflects to localhost.

License

Notifications You must be signed in to change notification settings

jamespreed/databrick-file-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

databrick-file-api

A wrapper for the Databricks DBFS API to allow web-browsing of the databricks files using a bottle app.

Example

To see an example via browsing your local files:

  • Launch filelistapp.py and bottleapp.py:
python filelistapp.py
python bottleapp.py

This will mimic the Databricks API (List only for now) on your local files. filelistapp launches a bottle app that allows enables browsing of the local files using an API very similar to the Databricks API. bottleapp also launches a bottle app that makes API calls to the filelistapp server.

About

A wrapper for the databricks DBFS API to allow web-browsing of the databricks files using a bottle app that reflects to localhost.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages