Git Product home page Git Product logo

l1nkzip's Introduction

l1nkZip

L1nkZip is a simple URL shortener API. It is written in Python and uses the Fastapi framework and Pony ORM. The main priority of this project is to be simple and low in resource usage. The first option in L1nkZip is always a combination of sqlite for the database and litestream for its replication and resilience from cheap and volatile environments. Using Pony ORM allows to use any other database if sqlite is not of your taste. This app is mainly focused on running inside a container managed by Kubernetes or docker.

The working API is available at https://l1nk.zip/docs

The full documentation is available at https://dorogoy.github.io/l1nkZip.

Features

  • Simple to setup and use. It just works.
  • Low resource usage and also low maintenance.
  • If you choose the litestream way, it is very cheap to host. You will have a reliable database almost impossible to destroy, backed on any compatible S3 bucket.
  • Do you want to use Postgresql? No problem. Just change the configuration and you are ready to go.
  • Optional protection against phisphing with the PhishTank database.

l1nkzip's People

Contributors

dependabot[bot] avatar dorogoy avatar semantic-release-bot avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.