https://github.com/regshift/onepane-assessment-task
https://github.com/regshift/onepane-assessment-task
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/regshift/onepane-assessment-task
- Owner: regshift
- Created: 2023-12-28T19:21:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T05:55:09.000Z (over 2 years ago)
- Last Synced: 2025-07-13T09:05:14.691Z (10 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# OnePane Assessment Task - Simple REST API
- This repository contains a simple REST API developed as an assessment task for OnePane.
- The API fetches data from three URLs, storing and formatting the data as required.
- Emphasis on using standard library packages in Go, minimizing external dependencies.
- Built-in data structures in Go used instead of external databases.
- Concurrent fetching from URLs implemented using goroutines and channels.
- No external dependencies, keeping the project lightweight and self-contained.
## Features
- **Concurrent Fetching:** Utilizes goroutines and channels for concurrent data fetching.
- **No External Dependencies:** Focuses on Go's standard library, avoiding external dependencies.
- **Built-in Data Structures:** Leverages built-in data structures for efficient data management.
- **Dockerfile Included:** The repository includes a Dockerfile for containerized deployment.