Giter Site home page Giter Site logo

Comments (5)

tdas avatar tdas commented on May 20, 2024

We dont have any support for that right now. The only API we have write now is Spark DataFrame Reader Writer APIs, and we will have SQL support that will be executable through Spark SQL.

It's important to understand that Delta Lake is a data layout format. It does not run a service or a process, so the question of any API endpoint does not arise.

from delta.

tdas avatar tdas commented on May 20, 2024

I am closing this issue. Please reopen it if you have any follow up questions.

from delta.

ReubenTheDS avatar ReubenTheDS commented on May 20, 2024

@tdas A year later, but I have a question in the same "zone" as the OP. I understand "that Delta Lake is a data layout format" (quoted above). Is there now a standard for "exposing" the large Delta Lake tables(we intend using HDFS for storage) - reason we'd like to run visualisations on Delta Lake tables created by Spark scripts, rather than:
querying HDFS -> porting Delta Lake table snippet to Spark Parquet -> writing temp parquet data-> visualise using a 3rd party platform -> delete temp Parquet data

Or is there another way you suggest we go about this? Thanks!

from delta.

rjurney avatar rjurney commented on May 20, 2024

This would be really helpful and really powerful. We could store schemas in one place - Delta Tables - rather than more than one place. We just need to be able to fetch the schema from a Delta table to do this :(

from delta.

zsxwing avatar zsxwing commented on May 20, 2024

@rjurney Delta Lake is just a table format, similar to Parquet. It doesn't have any service. If you would like to read Delta tables through REST APIs, you can try Delta Sharing.

from delta.

Related Issues (20)

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.