record-appender

command module
v0.0.0-...-50627bb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

README

Record Appender

Append in Bulk, then Serve

GitHub Workflow Status GitHub

Introduction

This project wants to bulk insert records into the database and then provide an interface for fetching them. The idea is coming from an interview question which wants you to use database, knowing about bulk insert and also writing HTTP endpoints.

Actually written by Elahe Dastan at Spring 2020.

How to run?

First you need to build the project:

go build

Then you need to do the migration:

./record-appender migrate

After that you can insert the data as bulk:

./record-appender setup

At the end you can serve the requests:

./record-appender serve

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
cmd
db

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL