pub struct Paywall;
👎Deprecated since 2017.1.1: Closed
Expand description
System for collecting and processing media portal’s users such as visit information, unique material, and others.
The media portal using this collected information can set up some access limits. These restrictions can be overcome by users after successful payment.
Trait Implementations§
impl AioHTTP for Paywall
Project was built on top of aiohttp.
impl AsyncIO for Paywall
Project was built on top of asyncio.
impl Cassandra for Paywall
Secondary storage for analytics
impl<'period, 'f2015, 't2017, Languages> Developer<Languages> for &'period Paywallwhere Languages: Python + Erlang, 'period: 'f2015 + 't2017,
Python developer in Paywall
The project uses Riak as the main storage and is based on event architecture built on top of RabbitMQ. Btw this project uses Cassandra and python 3.5 with asyncio as backend.
impl Python for Paywall
Python was a main programming language on this project.
impl Riak for Paywall
Main storage.
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more