Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wayfair-incubator/sharpbq
A C# BigQuery wrapper.
https://github.com/wayfair-incubator/sharpbq
hacktoberfest
Last synced: about 5 hours ago
JSON representation
A C# BigQuery wrapper.
- Host: GitHub
- URL: https://github.com/wayfair-incubator/sharpbq
- Owner: wayfair-incubator
- License: mit
- Created: 2022-10-14T15:51:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T05:26:32.000Z (about 2 months ago)
- Last Synced: 2024-09-17T08:12:47.836Z (about 2 months ago)
- Topics: hacktoberfest
- Language: C#
- Homepage:
- Size: 80.1 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[![Release](https://img.shields.io/github/v/release/wayfair-incubator/sharpbq?display_name=tag)](CHANGELOG.md)
[![Lint](https://github.com/wayfair-incubator/sharpbq/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/wayfair-incubator/sharpbq/actions/workflows/lint.yml)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.md)
[![Maintainer](https://img.shields.io/badge/Maintainer-Wayfair-7F187F)](https://wayfair.github.io)
[![codecov](https://codecov.io/github/wayfair-incubator/sharpbq/branch/main/graph/badge.svg?token=6ZMNZhvc0i)](https://codecov.io/github/wayfair-incubator/sharpbq)## About The Project
A C# BigQuery wrapper.
## Getting Started
Get the latest version with NuGet:
```shell
// NuGet package manager console
Install-Package sharpbq
```## Usage
// TODO
_For more examples, please refer to the [Documentation](https://wayfair-incubator.github.io/sharpbq)_
## Roadmap
See the [open issues](https://github.com/wayfair-incubator/sharpbq/issues) for a list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. For detailed contributing guidelines, please see [CONTRIBUTING.md](CONTRIBUTING.md)
## License
Distributed under the `MIT` License. See `LICENSE` for more information.
## Contact
Wayfair - [email protected]
Project Link: [https://github.com/wayfair-incubator/sharpbq](https://github.com/wayfair-incubator/sharpbq)
## Acknowledgements
This template was adapted from
[https://github.com/othneildrew/Best-README-Template](https://github.com/othneildrew/Best-README-Template).