Git Product home page Git Product logo

website's People

Contributors

alberttwong avatar austinkelleher avatar dennyglee avatar dependabot[bot] avatar dev-smart-ui avatar djliden avatar getaaron avatar goodwillpunning avatar ion-elgreco avatar jakebellacera avatar jhibbard avatar jimdowling avatar jodb avatar jodwyer avatar manuteleco avatar melvynator avatar mrpowers avatar nkarpov avatar ognis1205 avatar sibyabin avatar tdas avatar tvamsikalyan avatar vadim avatar vinijaiswal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

website's Issues

delta.io Top Menu Bar Social Buttons no longer work

The delta.io StackOverflow, Twitter, LinkedIn, and Slack icons do not click even though there are <div href="..." ...> references. This is possible due to the recent upgrades that we need to change how the top menu bar is generated. Note, the footer works fine.

Formatting issues to Delta Lake Videos

On the https://delta.io/learn/videos/ page:

  • Remove extraneous whitespace near the top
  • Provide descriptions for each video series
  • Move Delta Rust video series after Last week in a Byte
  • Move Delta Lake DW Techniques to before Getting Started with Delta Lake

Descriptions

  • Last Week in a Byte: Get the latest Delta Lake news and events ... a week late!
  • Delta Lake Community Office Hours: Join our regular community office hours to discuss issues around the Delta Lake community
  • Simon & Denny Ask Us Anything: Join Simon Whiteley (Advancing Analytics) and Denny Lee (Databricks) and ask your burning Delta Lake, Lakehouse questions
  • Delta Lake Discussions with Denny Lee (D3L2): Watch the vidcast (or listen to this podcast) with Delta Lake customers and/or contributors
  • Delta Lake Tech Talks: Join our regular technical webinar series on the latest Delta Lake features and integrations
  • Delta Rust: Would you like to know more about the Delta Rust ecosystem? Watch these videos!
  • Delta Lake Tutorials: Jumpstart your Delta Lake technical implementation with these tutorials
  • Getting Started with Delta Lake: Jumpstart your Delta Lake concepts with this video series
  • Delta Lake DW Techniques: Apply Data Warehousing techniques to your Delta Lake-based lakehouse.
  • Under the Sediments: Dive deep into the internals and Delta Lake code-base
  • Conference Talks: Watch these conference talks that are not on YouTube.

Update "Getting Help" page

There is a section that needs to be updated on the Getting Help page under "Delta User Slack Channel".

The #deltalake-databricks, #delta-sharing and #deltalake-oss channels no longer exist on Slack. It is now:

  • #deltalake-questions: Discuss topics about the Delta lake open source project and its development. https://www.delta.io
  • #events: Share information about Delta Lake meetups and conference talks.
  • #general: All things Delta Lake.
  • #random: Non-work banter and water cooler conversation.

Screen Shot 2022-09-28 at 9 18 34 PM

Screen Shot 2022-09-28 at 9 19 01 PM

Community Page Updates

The updates below all pertain to https://delta.io/community/!

Add Delta Lake's Spotify podcast under the "Join the Delta Lake Community" section: https://open.spotify.com/show/6YvPDkILtWfnJNTzJ9HsmW?si=282ba8186896469a

Add the following events to the "Check out the upcoming and most recent events section":

Delta Lake Community Office Hours (2022-10-20) - https://community.linuxfoundation.org/events/details/lfhq-delta-lake-presents-delta-lake-office-hours-october-20-2022/

Simon + Denny AUA: Data Mesh (2022-10-18) - https://community.linuxfoundation.org/events/details/lfhq-delta-lake-presents-simon-denny-ask-us-anything-data-mesh-october-18-2022/

Delta Lake Community Office Hours (2022-10-06) - https://community.linuxfoundation.org/events/details/lfhq-delta-lake-presents-delta-lake-office-hours-october-6-2022/

Delta Lake Community Office Hours (2022-09-22) - https://community.linuxfoundation.org/events/details/lfhq-delta-lake-presents-delta-lake-office-hours-september-22-2022/

Thank you very much! @dennyglee @MrPowers

[community packages] Support Ceph Storage in delta

Hi, we implemented the file system with ceph rgw for delta Lake through openstack swift API. The scheme of the path is ceph, The full path is ceph://<your cephrgw container>/<path to delta Table> . There is no problem using s3singledriverlogstore in logstore. We talked about this before in github.com/delta-io/delta #877 and #950, and we have sent this function to Maven centra repository. Here are the links to SBT and Maven.
SBT:
libraryDependencies += "io.github.nanhu-lab" % "hadoop-cephrgw" % "1.0.1"
Maven:

<dependency>

<groupId>io.github.nanhu-lab</groupId>

<artifactId>hadoop-cephrgw</artifactId>

<version>1.0.1</version>

</dependency>

Make blog posts searchable and turn off pagniation

I just went the the Delta Lake blog page and wanted to search for posts related to pandas. I went here (https://delta.io/blog) and then started scrolling through the pages looking for the relevant blog post. It's possible we should just put all the blogs on a single page. There aren't too many of them.

It'd also be nice to have a search bar that users can filter for given terms. It'd be cool to allow users to type in "pandas" and see all the related posts.

Generate "The latest" homepage section programatically

The delta.io homepage has the following "the latest" section:

Screen Shot 2022-12-08 at 12 19 52 PM

Manually updating this section every time a blog post is published is a little tedious.

We should be able to grab the last 5 blog posts from listing the src/blog directory. Each blog post has metadata at the top of the index.mdx file. The thumbnail & title can be found from the metadata at the top of the file. Automating this will make it easier to publish blogs.

Re-organize community drop down menu

Could you please re-organize the community dropdown menu to

  • Remove "Delta Community", "Contributing", "Contributing to Documentation" and "Meetings" from the menu (for now) to clean up the dropdown
  • Rename "Contributing Guidelines" to "Contributing"
  • Rename "Answer Questions" to "Getting Help"
  • Rename "Organization" to "Adoption"

cc @tdas

Make dropdown buttons click better

The dropdown buttons don't click in an expected way, which was giving me the impression that there might be something wrong with the site. Think this should be an easy fix. Right now, the dropdown buttons only work if you click directly over the text. If you click on the button, but, not directly on the text, nothing happens. The following image shows where the button works and where the button does not work right now:

Screen Shot 2022-09-26 at 10 56 46 PM

Fix Integrations Inline docs/source code

For integrations that only have docs or source code, the tags end up going the same line as opposed to be in separate lines per screenshot.
Screen Shot 2022-10-04 at 8 24 05 PM

Let's fix it so the UI isn't so confusing and cluttered.

Make a separate key features page

We currently have a key features section on the homepage that highlights some of the nice Delta Lake features:

Screen Shot 2023-02-12 at 7 38 57

Perhaps we should create a delta.io/key-features pages with an exhaustive list of all the key features. It'd be nice if each key feature section linked to a blog post explaining the key feature in detail. The time travel key feature section could link to this blog post for example.

It'd be nice to have a page that clearly outlines all the reasons why the viewer should be seriously considering using Delta Lake.

Netlify build fails if there is a scheduled event on YouTube

When there is a scheduled YouTube event, the community page cannot build and gives us the following error. We should get this fixed.

The current workaround is to flip the event to private (vs. public) temporarily during the build, process, publish, and then can flip the YouTube event back to public.

6:05:57 PM: success Rewriting compilation hashes - 0.000s
6:05:57 PM: error UNHANDLED REJECTION Couldn't find temp query result for "/community/".
6:05:57 PM: 
6:05:57 PM:   Error: Couldn't find temp query result for "/community/".
  
6:05:57 PM:   - page-data.ts:104 readPageQueryResult
6:05:57 PM:     [repo]/[gatsby]/src/utils/page-data.ts:104:11
6:05:57 PM:   
6:05:57 PM:   - runMicrotasks
6:05:57 PM:   
6:05:57 PM:   - task_queues:61 runNextTicks
6:05:57 PM:     node:internal/process/task_queues:61:5
6:05:57 PM:   
6:05:57 PM:   - timers:437 processImmediate
6:05:57 PM:     node:internal/timers:437:9
6:05:57 PM:   
6:05:57 PM:   - page-data.ts:121 writePageData
6:05:57 PM:     [repo]/[gatsby]/src/utils/page-data.ts:121:18
6:05:57 PM:   
6:05:57 PM:   - page-data.ts:228 
6:05:57 PM:     [repo]/[gatsby]/src/utils/page-data.ts:228:24
6:05:57 PM:   
6:05:57 PM: 
6:05:57 PM: not finished Writing page-data.json files to public directory - 0.027s
6:05:58 PM: ​
6:05:58 PM:   "build.command" failed                                        
6:05:58 PM: ────────────────────────────────────────────────────────────────
6:05:58 PM: ​
6:05:58 PM:   Error message
6:05:58 PM:   Command failed with exit code 1: npm run build (https://ntl.fyi/exit-code-1)

[community packages] DataLakeIO: Support Beam to write data to Delta Lake, and read data from Delta Lake.

Hi, it's a pleasure to communicate again. Last year we supported Ceph storage in delta (#11) , we ware grateful that you added that to delta.io/integrations. After that, we focused on the connection of Apache Beam and data lake. We noticed beam-deltalake, which only support users to read Delta Lake data from Beam. Because of dependency conflicts, it contains a lot of source code of Daltalake Standalone Reader.
Our beam-datalake support to connect Apache Beam and data lake, such as Delta Lake, Apache Hudi, Apache iceberg. With DataLakeIO, data from Apache Beam's pipelines can be written to data lake. It is also supported to read data from data lake into Apache Beam's pipeline.
We provide test cases for beam and delta connections in beam-delta-example , there are four main steps:

  • 1.The beam-datalake project needs to be compiled and installed first.
  • 2.Then, create a delta table using initDeltaTable(), which contains four fields: id, user_name, user_age, user_remark.
  • 3.Then, use testDeltaWrite() to write the data to Delta Lake. In testDeltaWrite(), the simulated data is created, then the simulated data is converted by Apache Beam (converting the user_name to uppercase), and finally written to Delta Lake.
  • 4.At last, use testDeltaRead() to read the data out of Delta Lake, and then filter according to the user_age, and write the data that meets the criteria to text.

beam-deltalake also mentioned our DataLakeIO in issues1, he said he wouldn't be continuing the project. So, We sincerely hope that our beam-datalake can be added to delta.io/integrations instead of his , and we will continue to optimize our features.

Thank you very much!

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.