How to Fetch Large Data Files Through GitHub APIby@clumsycoder
4,346 reads

How to Fetch Large Data Files Through GitHub API

April 8th 2022
6 min
by @clumsycoder 4,346 reads
tldt arrow
Read on Terminal Reader🖨️

Too Long; Didn't Read

The Git Data API allows you to read and write raw Git objects to and from your Git repository and list, as well as update Git references. This API primarily works with blobs, which is the focus of this article. To retrieve the data, we must instead use the Git Database API. The API converts a large file into a base64 encoded blob rather than storing the entire file for better performance. This is the standard way supported by JavaScript at a Web API that decodes base64 data into a plain ASCII string.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - How to Fetch Large Data Files Through GitHub API
Kaushal Joshi HackerNoon profile picture

@clumsycoder

Kaushal Joshi

Learn More
LEARN MORE ABOUT @CLUMSYCODER'S EXPERTISE AND PLACE ON THE INTERNET.
react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!
Hackernoon hq - po box 2206, edwards, colorado 81632, usa