{"id":23784877,"url":"https://github.com/snapverse/cdn-framework","last_synced_at":"2025-11-11T11:04:23.895Z","repository":{"id":270176007,"uuid":"909551630","full_name":"snapverse/cdn-framework","owner":"snapverse","description":"Lightweight C++ framework to handle heavy weight Cloud files","archived":false,"fork":false,"pushed_at":"2025-01-10T20:13:39.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-10T21:23:47.844Z","etag":null,"topics":["cdn","content-delivery-network","cpp17","framework"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/snapverse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-29T03:46:30.000Z","updated_at":"2025-01-10T20:13:43.000Z","dependencies_parsed_at":"2024-12-29T04:33:30.748Z","dependency_job_id":null,"html_url":"https://github.com/snapverse/cdn-framework","commit_stats":null,"previous_names":["snapverse/cdn-framework"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapverse%2Fcdn-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapverse%2Fcdn-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapverse%2Fcdn-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapverse%2Fcdn-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snapverse","download_url":"https://codeload.github.com/snapverse/cdn-framework/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239994734,"owners_count":19730902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cdn","content-delivery-network","cpp17","framework"],"created_at":"2025-01-01T13:13:15.657Z","updated_at":"2025-11-11T11:04:18.846Z","avatar_url":"https://github.com/snapverse.png","language":"C++","readme":"\u003ch1\u003e🗃️ C++ Cdn Framework\u003c/h1\u003e\n\u003cp\u003e\nThis project is a C++-based API designed to streamline access to and processing of files stored in various cloud services such as Dropbox, Google Drive, and others. The API provides a single endpoint through which users can retrieve files and apply various transformations or optimizations, all via query parameters.\n\u003c/p\u003e\n\u003cp\u003e\nThe goal is to make resource handling more efficient and versatile without requiring specialized graphic or document-editing tools like Photoshop or Microsoft Word. While it does not aim to replace such tools, this API offers a lightweight solution for specific processing tasks directly in the cloud, reducing the need for heavy downloads or manual interventions.\n\u003c/p\u003e\n\n\u003ch2\u003eTable of Contents\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003ca href=#features\u003eFeatures\u003c/a\u003e\n    \u003cul\u003e\n      \u003cli\u003e\u003ca href=#1-cloud-integration\u003eCloud Integration\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=#2-file-processing-options\u003eFile Processing Options\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=#3-simple-usage\u003eSimple Usage\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n  \u003cli\u003e\u003ca href=#requeriments\u003eRequeriments\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=#how-to-build\u003eHow to Build\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=#how-to-run-it\u003eHow to Run it\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=#useful-resources\u003eUseful Resources\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=#tested-with\u003eTested with\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\n\u003ch3 style=font-weight=bold\u003e1. Cloud Integration:\u003c/h3\u003e\n\u003cul\u003e\n  \u003cli\u003eSupports retrieving files from multiple cloud storage services\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch3 style=font-weight=bold\u003e2. File Processing Options:\u003c/h3\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003cb\u003eImages:\u003c/b\u003e\n    \u003cul\u003e\n      \u003cli\u003eCompression to reduce file size\u003c/li\u003e\n      \u003cli\u003eFormat conversion (e.g., PNG to JPEG)\u003c/li\u003e\n      \u003cli\u003eColor filters (e.g., grayscale, sepia)\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n    \u003cli\u003e\u003cb\u003eDocuments:\u003c/b\u003e\n    \u003cul\u003e\n      \u003cli\u003eCompression\u003c/li\u003e\n      \u003cli\u003eFormat conversion (e.g., PDF to DOCX)\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch3 style=font-weight=bold\u003e3. Simple Usage:\u003c/h3\u003e\n\u003cul\u003e\n  \u003cli\u003eAccess all functionality through a single endpoint\u003c/li\u003e\n  \u003cli\u003eCustomize processing through query parameters\u003c/li\u003e\n\u003c/ul\u003e\n\n\n\u003ch2\u003eRequeriments\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003ca href=https://en.cppreference.com/w/cpp/17\u003eC++17\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=https://cmake.org/download/\u003eCMake\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=https://en.cppreference.com/w/cpp/compiler_support\u003eClang++19 or Alternative Compiler\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=https://learn.microsoft.com/en-us/vcpkg/get_started/get-started-vscode?pivots=shell-bash\u003evcpkg\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n\n\u003ch2\u003eHow to Build\u003c/h2\u003e\n\n\u003cp\u003eI already made all the build process, you just need to run the file\u003c/p\u003e\n\n```shell\nsh ./scripts/build\n```\n\n\u003ch2\u003eHow to Run it\u003c/h2\u003e\n\n\u003cp\u003eIt is simple, just run this command\u003c/p\u003e\n\n```shell\n./build/CdnFramework --port 8080\n```\n\n\u003cp\u003eAnd for requests with a curl it's ok\u003c/p\u003e\n\n```shell\ncurl -X GET 127.0.0.1:8080\n```\n\n\u003ch2\u003eUseful Resources\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003ca href=https://learn.microsoft.com/en-us/vcpkg/get_started/overview\u003evcpkg Overview\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=https://cmake.org/cmake/help/latest/guide/tutorial/index.html\u003eCMake Tutorials\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=https://en.cppreference.com/w/\u003eC++ Reference\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=https://devdocs.io/cpp/\u003eC++ DevDocs\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=https://cpp-core-guidelines-docs.vercel.app/\u003eC++ Core Guidelines\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=https://google.github.io/styleguide/cppguide.html\u003eGoogle C++ Style Guide\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eTested with\u003c/h2\u003e\n\n\u003ch3\u003evcpkg\u003c/h3\u003e\n\n```\nvcpkg package management program version 2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a\n\nSee LICENSE.txt for license information.\n```\n\n\u003ch3\u003eclang++\u003c/h3\u003e\n\n```\nHomebrew clang version 19.1.6\nTarget: x86_64-apple-darwin23.6.0\nThread model: posix\nInstalledDir: #\nConfiguration file: #\n```\n\n\u003ch3\u003ecmake\u003c/h3\u003e\n\n```\ncmake version 3.31.3\n\nCMake suite maintained and supported by Kitware (kitware.com/cmake).\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnapverse%2Fcdn-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnapverse%2Fcdn-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnapverse%2Fcdn-framework/lists"}