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
7 files changed
tree: 6a03624e1c7173c05af42195688752a0979c783c
  1. .github/
  2. .vscode/
  3. blog/
  4. community/
  5. docs/
  6. src/
  7. static/
  8. .asf.yaml
  9. .gitignore
  10. .prettierrc.cjs
  11. babel.config.js
  12. docusaurus.config.ts
  13. LICENSE
  14. licenserc.toml
  15. NOTICE
  16. package.json
  17. pnpm-lock.yaml
  18. README.md
  19. tsconfig.json
README.md

Apache GraphAr (incubating) Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ pnpm install

Syncing the 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.

Local Development

$ 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.

Build

$ pnpm build

This command generates static content into the build directory and can be served using any static contents hosting service.

LICENSE

Apache License 2.0.