thknie/cluapi

By thknie

Updated 2 days ago

The `github.com/tknie/clu` package contains an REST server to get and modify database data.

Image
API Management
Databases & Storage
Web Servers
0

727

Clu REST API (draft)

Introduction

The github.com/tknie/clu package contains an REST server to get and modify database data. No complex infrastructure inbetween, a direct connection to the database.

There should be no difference if the database is a SQL or a NoSQL database.

A list of data recrods should be able to be inserted or updated in one call. May be as transaction or in an atomic matter.

In advance real main database functionality should be contained like:

For details have a look at the API documentation.

  • Create database tables
  • Read, Search, Insert, Update and Delete of data records
  • Search by passing database specific queries to be flexible for complex queries
  • One-to-One mapping of Golang structures to database tables
  • Large object support of big data
  • Support creating batch jobs for database-specific tasks like SQL scripts
  • Create index or other enhancements on database configuration

It can be referenced here: https://github.com/tknie/clu/

Docker Pull Command

docker pull thknie/cluapi