An open API service indexing awesome lists of open source software.

https://github.com/ricardolsmendes/access-logs-dw-gcp-js

Utility functions used to backup access logs into a Google Cloud-hosted Data Warehouse
https://github.com/ricardolsmendes/access-logs-dw-gcp-js

Last synced: about 1 month ago
JSON representation

Utility functions used to backup access logs into a Google Cloud-hosted Data Warehouse

Awesome Lists containing this project

README

          

# access-logs-dw-gcp-js

Utility functions used to backup access logs into a Google Cloud-hosted Data Warehouse.

[![js-standard-style][1]][2] [![CircleCI][3]][4]

_This repository is part a project described in the article
[Serverless ETL on Google Cloud, a case study: raw data into JSON Lines][5]._

## How to contribute

Please make sure to take a moment and read the [Code of
Conduct](https://github.com/ricardolsmendes/access-logs-dw-gcp-js/blob/master/.github/CODE_OF_CONDUCT.md).

### Report issues

Please report bugs and suggest features via the [GitHub
Issues](https://github.com/ricardolsmendes/access-logs-dw-gcp-js/issues).

Before opening an issue, search the tracker for possible duplicates. If you find a duplicate, please
add a comment saying that you encountered the problem as well.

### Contribute code

Please make sure to read the [Contributing
Guide](https://github.com/ricardolsmendes/access-logs-dw-gcp-js/blob/master/.github/CONTRIBUTING.md)
before making a pull request.

[1]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg
[2]: http://standardjs.com
[3]: https://circleci.com/gh/ricardolsmendes/access-logs-dw-gcp-js.svg?style=svg
[4]: https://circleci.com/gh/ricardolsmendes/access-logs-dw-gcp-js
[5]: https://medium.com/google-cloud/serverless-etl-on-google-cloud-a-case-study-raw-data-into-json-lines-d20711cd3917