Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aacebo/gq
a zero dependency performant graph query resolver
https://github.com/aacebo/gq
go golang query resolver zero-dependency
Last synced: 19 days ago
JSON representation
a zero dependency performant graph query resolver
- Host: GitHub
- URL: https://github.com/aacebo/gq
- Owner: aacebo
- License: mit
- Created: 2024-10-08T14:23:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T03:58:33.000Z (about 1 month ago)
- Last Synced: 2024-11-15T04:26:52.111Z (about 1 month ago)
- Topics: go, golang, query, resolver, zero-dependency
- Language: Go
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
a zero dependency performant graph query resolver# Install
```bash
go get github.com/aacebo/gq
```# Features
| Name | Status |
|---------------------------------------|------------------------|
| [Any](./docs/00.any.md) | ✅ |
| [String](./docs/01.string.md) | ✅ |
| [Int](./docs/02.int.md) | ⌛ |
| [Float](./docs/03.float.md) | ⌛ |
| [Bool](./docs/04.bool.md) | ✅ |
| [Date](./docs/05.date.md) | ✅ |
| [Object](./docs/06.object.md) | ✅ |
| [List](./docs/07.list.md) | ✅ |
| [Namespace](./docs/08.namespace.md) | ✅ |
| [Middleware](./docs/09.middleware.md) | ✅ |# Related
- [Schema Validation](https://github.com/aacebo/owl)