Skip to content

Latest commit

 

History

History
59 lines (30 loc) · 3.38 KB

README.md

File metadata and controls

59 lines (30 loc) · 3.38 KB

documentations

Common Use Cases with Prowl

Nightclubs

We've installed Prowlboxes at various venues, but nothing as diverse as a nightclub.

documentations

This is so you can see your patrons playlist (once they are connected to your WiFi, they automatically accept the ToS by accepting the ToS that the club's WiFi has. So this is completely fine.

So there's a couple of things you can do with this data that you capture at a nightclub when you purchase a Prowlbox.

  • Take the data you get, then know what artist to book for your next event.
  • Know your demographic better, market in different ways, for more of a population outcome.

Prowl can graph out your population each event you throw using GraphQL.

Coffee Shops

This is essentially very different from a nightclub, you want to know what people are listening to so you can cater to your customers listening habits by playing stuff over your system when they walk in, they are more inclined to come back to that coffee shop, and set the perfect atmosphere for customer retention.

documentations

Music Festivals

The amount of data the Prowlbox would be receiving would be overwhelming, which is why we have a bigger Prowlbox for bigger events, with stronger hardware, usually the Prowlbox can handle up to 500 patrons at a time. When you're talking a music festival you are talking several thousdands, in some cases tens of thousands.

documentations

Retail Stores

Implanting a Prowlbox at your retail store could be crucial for your PoS service, and your PoP. For example, to see what music to play to get the best customer retention, but to get the customer to make their purchase quickly to make other customers feel more attended to by your staff.

documentations

Getting moods from playlists

We can decipher moods from people's playlist, which of course depending on the mood of the overall crowd in your coffee shop/retail store, you can switch the music to say "upbeat music" to increase chances of sales, via mood, or even play more depressing music so the people shop more via "Retail Therapy", to make themselves feel better.

documentations

With some of the software we offer (along side the box) is heatmaps of the store where it gets cold at certain times, and why this might be - to see if that customer was listening to music at that time or not, or at the very LEAST to see what their Spotify playlist says about their personality so Prowl can start bulding customer profiles on individual customers.

Common Troubleshooting Processes You Can Use In Real Life Scenarios

If the Prowlbox "quits" working, e.g. stops collecting data, you can bring your MacBook, boot into the box, and make sure the container is running, via running

docker inspect -f prowlbox

If you get results, then reboot the container via

docker restart

documentations

That should solve 99% of the issues, we are currently working for a fix on this problem, it's only happened once. One time is too many though for our device to fail. This will be solved within the week of this MD page being made.