{"id":31946459,"url":"https://github.com/stariongroup/redshift","last_synced_at":"2026-04-19T02:02:31.523Z","repository":{"id":41348120,"uuid":"119833821","full_name":"STARIONGROUP/Redshift","owner":"STARIONGROUP","description":"Simplify the way you build NancyFX APIs.","archived":false,"fork":false,"pushed_at":"2022-12-08T00:54:18.000Z","size":2368,"stargazers_count":2,"open_issues_count":5,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-23T11:53:42.848Z","etag":null,"topics":["nancyfx","nuget","orm","postgresql","redshift"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/STARIONGROUP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.LESSER","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-01T12:37:30.000Z","updated_at":"2022-03-03T15:15:04.000Z","dependencies_parsed_at":"2023-01-25T01:45:48.308Z","dependency_job_id":null,"html_url":"https://github.com/STARIONGROUP/Redshift","commit_stats":null,"previous_names":["stariongroup/redshift"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/STARIONGROUP/Redshift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STARIONGROUP%2FRedshift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STARIONGROUP%2FRedshift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STARIONGROUP%2FRedshift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STARIONGROUP%2FRedshift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/STARIONGROUP","download_url":"https://codeload.github.com/STARIONGROUP/Redshift/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STARIONGROUP%2FRedshift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31991720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["nancyfx","nuget","orm","postgresql","redshift"],"created_at":"2025-10-14T11:16:33.082Z","updated_at":"2026-04-19T02:02:31.477Z","avatar_url":"https://github.com/STARIONGROUP.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redshift\n\nRedshift is a framework encompassing various helper libraries used to implement server side applications. The following libraries are made available under the [GNU LGPL](https://www.gnu.org/licenses/lgpl.nl.html):\n\n  - Redshift.Orm\n  - Redshift.Api\n  - Redshift.Email\n\n## NuGet\n\nPackage | Link\n--------|--------\nRedshift.Api | [![NuGet Badge](https://buildstats.info/nuget/Redshift.Api)](https://www.nuget.org/packages/Redshift.Api/)\nRedshift.Orm | [![NuGet Badge](https://buildstats.info/nuget/Redshift.Orm)](https://www.nuget.org/packages/Redshift.Orm/)\nRedshift.Email | [![NuGet Badge](https://buildstats.info/nuget/Redshift.Email)](https://www.nuget.org/packages/Redshift.Email/)\n\n## Build Status\n\nAppVeyor is used to build and test Redshift\n\nBranch | Status | Coverage\n------------ | ------------- | -------------\nmaster | [![Build status](https://ci.appveyor.com/api/projects/status/v2tfo0nefpncq9bv/branch/master?svg=true)](https://ci.appveyor.com/project/alexatrhea/redshift/branch/master) | [![codecov](https://codecov.io/gh/RHEAGROUP/Redshift/branch/master/graph/badge.svg)](https://codecov.io/gh/RHEAGROUP/Redshift)\ndevelopment | [![Build status](https://ci.appveyor.com/api/projects/status/v2tfo0nefpncq9bv/branch/development?svg=true)](https://ci.appveyor.com/project/alexatrhea/redshift/branch/development) | [![codecov](https://codecov.io/gh/RHEAGROUP/Redshift/branch/development/graph/badge.svg)](https://codecov.io/gh/RHEAGROUP/Redshift)\n\n[![Build history](https://buildstats.info/appveyor/chart/alexatrhea/redshift)](https://ci.appveyor.com/project/alexatrhea/redshift/history)\n \n## Redshift.Orm\n\nAn object relational mapping library that enables you to connect your data model to a persistance back-end. As of now only PostgreSQL is supported, but it is envisioned for more database providers to become available.\n\n### Installation\n\nThe librbary is available on nuget.org: https://www.nuget.org/packages/Redshift.Orm\n\n```\nInstall-Package Redshift.Orm\n```\n\n## Redshift.Api\nAn API helper library designed to standardize interfaces and core implementations of an API based on **NancyFX** 2 and **Redshift.Orm**.\n\n### Installation\n\nThe librbary is available on nuget.org: https://www.nuget.org/packages/Redshift.Api\n\n```\nInstall-Package Redshift.Api\n```\n\nNOTE: Redshift.Api is automatically dependent on Redshift.Orm. There is no need to install the **Orm** library if the **Api** library is installed.\n\n## Redshift.Email\nAn helper library designed to standardize email dispatch.\n\n### Installation\n\nThe librbary is available on nuget.org: https://www.nuget.org/packages/Redshift.Email\n\n```\nInstall-Package Redshift.Email\n```\n\n# License\n\nThe libraries contained in the Redshift Framework are provided to the community under the GNU Lesser General Public License v3. See the LICENSE and COPYING.LESSER files for the license text.\n\n## Copyright Statement\nCopyright (c) 2018 RHEA System S.A.\n\nAuthors: Alex Vorobiev, Naron Phou\n\nThis file is part of Redshift.Orm\n\nRedshift.Orm is free software: you can redistribute it and/or modify\nit under the terms of the GNU Lesser General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nRedshift.Orm is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU Lesser General Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public License\nalong with Redshift.Orm.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n# Contributions\n\nContributions to the code-base are welcome. However, before we can accept your contributions we ask any contributor to sign the Contributor License Agreement (CLA) and send this digitaly signed to s.gerene@rheagroup.com. You can find the CLA's in the root of the solution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstariongroup%2Fredshift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstariongroup%2Fredshift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstariongroup%2Fredshift/lists"}