|
| 1 | +[![Contributors][contributors-shield]][contributors-url] |
| 2 | +[![Forks][forks-shield]][forks-url] |
| 3 | +[![Stargazers][stars-shield]][stars-url] |
| 4 | +[![Issues][issues-shield]][issues-url] |
| 5 | +[![MIT License][license-shield]][license-url] |
| 6 | +[![LinkedIn][linkedin-shield]][linkedin-url] |
| 7 | + |
| 8 | +<!-- PROJECT LOGO --> |
| 9 | +<br /> |
| 10 | +<p align="center"> |
| 11 | + <a href="https://github.com/6CCS3PRJ/caching-function"> |
| 12 | + <img src="docs/icon.png" alt="Logo" width="80" height="80"> |
| 13 | + </a> |
| 14 | + |
| 15 | + <h3 align="center">Caching Fu</h3> |
| 16 | + |
| 17 | + <p align="center"> |
| 18 | + Serverless function for AWS that calls a endpoint in <a href="https://github.com/6CCS3PRJ/server">server</a>. Developed as part of <a href="https://github.com/danilo-delbusso"><b>@danilo-delbusso</b></a>'s a final year project |
| 19 | + <br /> |
| 20 | + <a href="https://github.com/6CCS3PRJ/caching-function/issues">Report Bug</a> |
| 21 | + </p> |
| 22 | +</p> |
| 23 | + |
| 24 | + |
| 25 | +<!-- TABLE OF CONTENTS --> |
| 26 | +<details open="open"> |
| 27 | + <summary><h2 style="display: inline-block">Table of Contents</h2></summary> |
| 28 | + <ol> |
| 29 | + <li> |
| 30 | + <a href="#about-the-project">About The Project</a> |
| 31 | + </li> |
| 32 | + <li> |
| 33 | + <a href="#getting-started">Getting Started</a> |
| 34 | + <ul> |
| 35 | + <li><a href="#prerequisites">Prerequisites</a></li> |
| 36 | + <li><a href="#installation">Installation</a></li> |
| 37 | + </ul> |
| 38 | + </li> |
| 39 | + <li><a href="#roadmap">Roadmap</a></li> |
| 40 | + <li><a href="#contributing">Contributing</a></li> |
| 41 | + <li><a href="#license">License</a></li> |
| 42 | + <li><a href="#contact">Contact</a></li> |
| 43 | + </ol> |
| 44 | +</details> |
| 45 | + |
| 46 | + |
| 47 | +## About The Project |
| 48 | + |
| 49 | +The project contains a simple AWS lambda function that invokes an endpoint to start the caching process for feature statistics calculation. |
| 50 | + |
| 51 | +It does not implement authentication, since the REST API does not contain any. |
| 52 | + |
| 53 | + |
| 54 | +<!-- GETTING STARTED --> |
| 55 | +## Getting Started |
| 56 | + |
| 57 | +To get a local copy up and running follow these simple steps. |
| 58 | + |
| 59 | +### Prerequisites |
| 60 | + |
| 61 | +Installation for this project are described for linux. For other operating systems, please refer to the links provided. |
| 62 | + |
| 63 | +* [Node.js](https://nodejs.org/en/) |
| 64 | +* [npm](http://npmjs.com/) |
| 65 | + |
| 66 | +It is suggested to install Node.js and npm using [nvm](https://github.com/nvm-sh/nvm#install--update-script). |
| 67 | + |
| 68 | +### Installation |
| 69 | + |
| 70 | +To install, first clone the repository |
| 71 | + |
| 72 | +```zsh |
| 73 | +git clone https://github.com/6CCS3PRJ/caching-function.git |
| 74 | +``` |
| 75 | + |
| 76 | +There are no dependencies |
| 77 | + |
| 78 | +The function is built to be invoked by AWS lambda. You can call it manually by calling the `startRequest` function in `index.js`. |
| 79 | + |
| 80 | +<!-- ROADMAP --> |
| 81 | +## Roadmap |
| 82 | + |
| 83 | +See the [open issues](https://github.com/6CCS3PRJ/caching-function/issues) for a list of proposed features (and known issues). |
| 84 | + |
| 85 | + |
| 86 | +<!-- CONTRIBUTING --> |
| 87 | +## Contributing |
| 88 | + |
| 89 | +Contributions are what make the open source community such an amazing place to be learn, inspire, and create. |
| 90 | + |
| 91 | + |
| 92 | +The repo itself is just used to show the project. It is **NOT** actively maintained. The author suggests forking the project instead of opening new issues. |
| 93 | + |
| 94 | +<!-- LICENSE --> |
| 95 | +## License |
| 96 | + |
| 97 | +Distributed under the MIT License. See `LICENSE` for more information. |
| 98 | + |
| 99 | +<!-- CONTACT --> |
| 100 | +## Contact |
| 101 | + |
| 102 | +Danilo Del Busso - [@danilo_delbusso](https://twitter.com/danilo_delbusso) |
| 103 | + |
| 104 | + |
| 105 | +<!-- MARKDOWN LINKS & IMAGES --> |
| 106 | +<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> |
| 107 | +[contributors-shield]: https://img.shields.io/github/contributors/6CCS3PRJ/caching-function.svg?style=for-the-badge |
| 108 | +[contributors-url]: https://github.com/6CCS3PRJ/caching-function/graphs/contributors |
| 109 | +[forks-shield]: https://img.shields.io/github/forks/6CCS3PRJ/caching-function.svg?style=for-the-badge |
| 110 | +[forks-url]: https://github.com/6CCS3PRJ/caching-function/network/members |
| 111 | +[stars-shield]: https://img.shields.io/github/stars/6CCS3PRJ/caching-function.svg?style=for-the-badge |
| 112 | +[stars-url]: https://github.com/6CCS3PRJ/caching-function/stargazers |
| 113 | +[issues-shield]: https://img.shields.io/github/issues/6CCS3PRJ/caching-function.svg?style=for-the-badge |
| 114 | +[issues-url]: https://github.com/6CCS3PRJ/caching-function/issues |
| 115 | +[license-shield]: https://img.shields.io/github/license/6CCS3PRJ/caching-function.svg?style=for-the-badge |
| 116 | +[license-url]: https://github.com/6CCS3PRJ/caching-function/blob/master/LICENSE.txt |
| 117 | +[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555 |
| 118 | +[linkedin-url]: https://www.linkedin.com/in/danilo-delbusso/ |
0 commit comments