Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:37:13.000Z (4 months ago)
- Last Synced: 2024-10-29T11:44:10.955Z (4 months ago)
- Topics: ai, database, graph, hash, rust, superapp, type-system, typescript
- Language: TypeScript
- Homepage: https://hash.dev
- Size: 282 MB
- Stars: 1,062
- Watchers: 17
- Forks: 83
- Open Issues: 41
-
Metadata Files:
- Readme: .github/README-CI.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- 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 (ai)
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