https://github.com/rande/gonode
A WIP to manage contents with golang
https://github.com/rande/gonode
Last synced: about 1 year ago
JSON representation
A WIP to manage contents with golang
- Host: GitHub
- URL: https://github.com/rande/gonode
- Owner: rande
- License: mit
- Created: 2014-12-03T22:21:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T00:15:55.000Z (over 2 years ago)
- Last Synced: 2025-02-02T06:23:48.835Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 2.14 MB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Node
[](https://github.com/rande/gonode/actions/workflows/go.yml)
[](https://coveralls.io/github/rande/gonode)
A prototype to store dynamic node inside a PostgreSQL database with the JSONb storage column.
## Documentation
- [Install](docs/install.md)
- [Contributing](docs/contributing.md)
- [Core](docs/core)
- [Router](docs/core/router.md): named routes with goji
- [Vault](docs/core/vault.md): Binary storage with secure option
- [Guard](docs/core/guard.md): Authentification
- [Security](docs/core/security.md): CORS
- [Logger](docs/core/logger.md): Logger
- [Modules](docs/modules)
- [Node](docs/modules/node.md): Node principles
- [Search](docs/modules/search.md): Search filters
- [Restful API](docs/modules/restful_api.md): Restful API
- [Raw](docs/modules/raw.md): Send raw content
- [Prism](docs/modules/prism.md)
- [Feed](docs/modules/feed.md)
- [Media](docs/modules/media.md)
- [Access](docs/modules/access.md)