{"id":18848720,"url":"https://github.com/apache/cloudberry-site","last_synced_at":"2025-07-12T20:39:36.289Z","repository":{"id":165950178,"uuid":"639712595","full_name":"apache/cloudberry-site","owner":"apache","description":"Website sources for Apache Cloudberry™️ (Incubating)","archived":false,"fork":false,"pushed_at":"2025-07-07T02:18:40.000Z","size":641877,"stargazers_count":16,"open_issues_count":38,"forks_count":33,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-07-08T02:05:09.470Z","etag":null,"topics":["cloudberry","database","docusaurus","greenplum","postgresql"],"latest_commit_sha":null,"homepage":"https://cloudberry.apache.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/security/client-auth.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-05-12T04:05:16.000Z","updated_at":"2025-07-07T02:08:31.000Z","dependencies_parsed_at":"2023-07-17T19:23:06.441Z","dependency_job_id":"8eb20a4a-d7c3-4660-83dd-f558d0404c8d","html_url":"https://github.com/apache/cloudberry-site","commit_stats":null,"previous_names":["apache/cloudberry-site","cloudberrydb/cloudberrydb-site"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apache/cloudberry-site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcloudberry-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcloudberry-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcloudberry-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcloudberry-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/cloudberry-site/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcloudberry-site/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264606353,"owners_count":23636318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloudberry","database","docusaurus","greenplum","postgresql"],"created_at":"2024-11-08T03:16:56.970Z","updated_at":"2025-07-12T20:39:36.241Z","avatar_url":"https://github.com/apache.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Apache Cloudberry (Incubating) Website \u0026 Documentation\n\n[![Website](https://img.shields.io/badge/Website-eebc46)](https://cloudberry.apache.org)\n[![Documentation](https://img.shields.io/badge/Documentation-acd94a)](https://cloudberry.apache.org/docs)\n[![Slack](https://img.shields.io/badge/Join_Slack-6a32c9)](https://inviter.co/apache-cloudberry)\n[![Twitter Follow](https://img.shields.io/twitter/follow/ASFCloudberry)](https://twitter.com/ASFCloudberry)\n[![WeChat](https://img.shields.io/badge/WeChat-eebc46)](https://cloudberry.apache.org/community/wechat)\n[![Youtube](https://img.shields.io/badge/Youtube-gebc46)](https://youtube.com/@ApacheCloudberry)\n\n---\n\n## Website Directory Structure\n\n```\n.\n├── LICENSE\n├── NOTICE\n├── README.md\n├── babel.config.js\n├── blog\n├── docs\n├── docusaurus.config.ts\n├── global.d.ts\n├── i18n\n├── package-lock.json\n├── package.json\n├── scripts\n├── sidebars.ts\n├── src\n├── static\n└── tsconfig.json\n```\n\nNotable directories Description:\n\n1. Blog\n\n   The Blog post files are placed in the `blog` directory. You need\n   to create one new folder for each new post and add the author\n   information to the `blog/authors.yml`.\n\n2. Document\n\n   The latest version of the document is under the `docs` (en) and\n   `/i18n/zh/docusaurus-plugin-content-docs/current/` (zh).\n   directory. Media including images, video can be placed in\n   `docs/media` folder. You must add the new doc file name to\n   `sidebars.js` to make it display on the website.\n\n3. Pictures\n\n   All images are placed in the `static/img` directory.\n\n## Website Building\n\nThis website is built using [Docusaurus 3](https://docusaurus.io/), a\nmodern static website generator. If you don't know Docusaurus, please\nlearn more from [Docusaurus website](https://docusaurus.io/).\n\nYou can follow these steps to install and build the Apache Cloudberry\nwebsite in your local environment.\n\n1. Clone website source\n\n```\n$ git clone https://github.com/apache/cloudberry-site.git\n```\n\n2. Install dependencies\n\nBefore building the website, you need to install dependencies to make\nsure no errors when building.\n\n```\n$ npm install\n```\n\n3. Build and run\n\n```\n$ npm run build\n$ npm run serve\n```\n\nThis command generates static content into the `build` directory and\ncan be served using any static contents hosting service.\n\nThen you can visit `localhost:3000` in the browser.\n\n4. (Option) If you want to run the local development environment, you\n   can skip Step 3 to run the following command directly:\n\n```\n$ npm run start\n```\n\nThis command starts a local development server and opens up a browser\nwindow. Most changes are reflected live without having to restart the\nserver.\n\n## Document Contribution\n\nOur documents are still in construction, welcome to help. If you're\ninterested in [document\ncontribution](https://cloudberry.apache.org/community/docs-contributing-guide),\nyou can submit the pull request\n[here](https://github.com/apache/cloudberry-site/tree/main/docs).\n\n# License\n\nApache License Version 2.0 (see LICENSE \u0026 NOTICE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fcloudberry-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fcloudberry-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fcloudberry-site/lists"}