Giter VIP home page Giter VIP logo

delta-lake-internals's Introduction

The Internals of Delta Lake Online Book

The project contains the sources of The Internals of Delta Lake online book in reStructuredText Primer.

The aim of the project are to learn the following:

  • Delta Lake as it comes from my gurus from the Spark SQL / Structured Streaming crew at Databricks (Michael, TD, Burak, zsxwing, and many others)

  • Read the Docs for online documentation with support for GitHub and multiple versions

  • reStructuredText - the default plaintext markup language used by Sphinx and the preferred format for technical documentation at Read the Docs

Writing Environment

I'm on macOS Catalina and followed Installing Sphinx on macOS with brew packager.

// Installs into /usr/local/opt/sphinx-doc/bin
$ brew install sphinx-doc

$ type sphinx-quickstart
sphinx-quickstart not found

$ /usr/local/opt/sphinx-doc/bin/sphinx-quickstart --version
sphinx-quickstart 2.2.1

$ make html

$ open _build/html/index.html

I use Atom Editor with language-restructuredtext plugin for editing rst files.

Docker (TODO)

I wish I could use Docker with the python official image as the writing environment.

$ docker pull python

$ docker run \
   -it \
   --rm \
   --name sphinx \
   -v "$PWD":/docs \
   -w /docs \
   -e USER_ID=$UID \
   python \
   /bin/bash

delta-lake-internals's People

Contributors

jaceklaskowski avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.