https://github.com/hashintel/hash
🚀 The open-source, multi-tenant, self-building knowledge graph
https://github.com/hashintel/hash
ai database graph hash rust superapp type-system typescript
Last synced: 10 days ago
JSON representation
🚀 The open-source, multi-tenant, self-building knowledge graph
- Host: GitHub
- URL: https://github.com/hashintel/hash
- Owner: hashintel
- License: other
- Created: 2019-07-15T16:19:36.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T22:12:43.000Z (12 days ago)
- Last Synced: 2025-04-21T22:32:22.267Z (12 days ago)
- Topics: ai, database, graph, hash, rust, superapp, type-system, typescript
- Language: TypeScript
- Homepage: https://hash.dev
- Size: 337 MB
- Stars: 1,180
- Watchers: 16
- Forks: 89
- Open Issues: 32
-
Metadata Files:
- Readme: .github/README-CI.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
- awesome-starred - hashintel/hash - 🚀 The best way to use and work with blocks (typescript)
README
# Continuous Integration and Continuous Delivery
This directory houses files related to our CI/CD and GitHub itself.
## `ISSUE_TEMPLATE`
Contains [GitHub issue templates](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository)
## `workflows`
Defines the workflows running on [GitHub Actions](https://docs.github.com/en/actions/quickstart)
## `actions`
Composite GitHub Actions definitions to be used in workflows
## `scripts`
Script files used in GitHub Actions workflows
## Freestanding files
### GitHub.com automations
- `pull_request_template.md` contains the template shown when opening a pull request
- `labeler.yml` contains definitions for automatic labelling of pull requests### Third-party config files
- `codecov.yml` contains our Codecov configuration
- `renovate.json` contains our Mend Renovate configuration