Skip to content

NOTE: Please see the linked repository for a working demo. Store static data on multiple free FTP servers.

Notifications You must be signed in to change notification settings

roshnet/storeless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

💡 storeless !

Source code somewhere, static content elsewhere.


✔️ The problem it solves

Say you have an application hosting provider, offering you a web app or two for free, but doesn't offer you enough free storage.

On the other hand, you have a free service which provides enough storage, but gives little or no features to your app.

storeless acts as the bridge between both ends of these services. It provides a perfect match by bringing both features of these "free" services at your disposal.


storeless Workflow

In-code use

storeless uses a special configuration file, which needs to be specified when initialising it in code. Let's suppose you name the file as "storecfg.json", then the actual initialisation will look like -

import storeless
...
store = storeless.StoreLess("storecfg.json")

It is recommended that the config file not be tracked by a version control system, as it contains credentials of all associated FTP accounts.

NOTE: If you do not provide a file name, storeless checks for and uses the filename ".storecfg" by default.

About

NOTE: Please see the linked repository for a working demo. Store static data on multiple free FTP servers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published