A super-fast rust based URL shortner!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
![Product Name Screen Shot][product-screenshot]
Short.rs is a super-fast rust based URL shortner. Capable of horizontal scaling and designed speifically for running in environments such as kubernetes, it's the perfect choice for any high-volume applications.
The current list of short URL's are stored in a redis backend, providing performant backend data storage, and easy scaling.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Running the docker-based environment, you will need to have docker installed. You will also need a redis server installed and setup.
docker run -p 80:80 -e LISTEN_ADDRESS="0.0.0.0:80" -e REDIS_CONNECTION_STRING="redis" savoiringfaire/shortener
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.
Savoiringfaire - @savoiringfaire - contact@hhra.uk
Project Link: https://github.com/savoiringfaire/short.rs