Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)