Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rande/gonode
A WIP to manage contents with golang
https://github.com/rande/gonode
Last synced: 3 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T23:22:52.000Z (over 1 year ago)
- Last Synced: 2023-09-07T01:13:57.734Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 2.02 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Node
[![Build Status](https://github.com/rande/gonode/actions/workflows/go.yml/badge.svg)](https://github.com/rande/gonode/actions/workflows/go.yml)
[![Coverage Status](https://coveralls.io/repos/github/rande/gonode/badge.svg)](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)