Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delta-io/delta-docs
Delta Lake Documentation
https://github.com/delta-io/delta-docs
Last synced: 2 months ago
JSON representation
Delta Lake Documentation
- Host: GitHub
- URL: https://github.com/delta-io/delta-docs
- Owner: delta-io
- License: apache-2.0
- Created: 2022-10-19T17:58:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T21:41:51.000Z (about 1 year ago)
- Last Synced: 2023-10-24T22:29:58.273Z (about 1 year ago)
- Language: MDX
- Size: 6.04 MB
- Stars: 37
- Watchers: 3
- Forks: 23
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Delta Lake Documentation
This site is used to build the open source Delta Lake documentation.
## Setup
This site requires Node 18, which you can install with `brew install node@18`.
Install the dependencies with `npm install`.
Run the site on your localhost with `npm start`.
## Contributing
Open a pull request or create an issue if you would like to report bugs or request changes.
For big changes, it's best to first open an issue and get buy-in from the Delta Lake open source community before spending the time to create a pull request.