commit | a047189c996dd7a265bb1824c1667ffcd209e70e | [log] [tgz] |
---|---|---|
author | Sem <ssinchenko@apache.org> | Mon Sep 29 10:27:58 2025 +0200 |
committer | GitHub <noreply@github.com> | Mon Sep 29 16:27:58 2025 +0800 |
tree | 6a03624e1c7173c05af42195688752a0979c783c | |
parent | 71aba75ec9b228cdac9650a8411a21bea14f18ae [diff] |
doc: add new blog post on integrating graphs into Open Lakehouse (#47) * Add new blog post on integrating graphs into Open Lakehouse This commit introduces a blog post discussing the potential and methodology of integrating property graphs into the Open Lakehouse ecosystem. It covers storage standards like Apache GraphAr, tools such as GraphFrames, KuzuDB, and HugeGraph, and highlights ongoing efforts to align these with existing graph processing frameworks. Supporting author details and images are also included. * truncate
This website is built using Docusaurus 2, a modern static website generator.
$ pnpm install
docs
directory from the main repository$ git clone https://github.com/apache/incubator-graphar.git --depth 1 $ rsync -av --progress incubator-graphar/docs/ docs/ or $ cp -r incubator-graphar/docs/ docs/
Note: DO NOT omit the trailing slash in the source directory.
$ pnpm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ pnpm build
This command generates static content into the build
directory and can be served using any static contents hosting service.