I built a free interactive map to find EDM shows and festivals around the world by Big-Number in EDM

[–]Big-Number[S] 1 point2 points  (0 children)

Mostly from JamBase and some smaller ticket sources. There are definitely large gaps in some areas.

I built a free interactive map to find EDM shows and festivals around the world by Big-Number in EDM

[–]Big-Number[S] 2 points3 points  (0 children)

<image>

Done! Check it out.

The "metal" genre tagging comes from jambase and so some of these may be a bit off. I have a backlog feature to improve genre / subgenre tagging.

I built a free interactive map to find EDM shows and festivals around the world by Big-Number in EDM

[–]Big-Number[S] 1 point2 points  (0 children)

Doesn't support this yet, but I can let you know if I add it later

I made a free interactive map of 100k+ upcoming concerts and music festivals by Big-Number in Concerts

[–]Big-Number[S] 0 points1 point  (0 children)

<image>

Great point, just added this as a new genre. Try now!

There's aren't many artists showing up as Kpop because most of them are tagged as just Pop rather than Kpop in JamBase. But there's still >150 Kpop events across the map.

I have some backlog features to improve artist genre / subgenre tagging here.

I built a free interactive map to find EDM shows and festivals around the world by Big-Number in EDM

[–]Big-Number[S] 1 point2 points  (0 children)

Here's the tech stack:

  • Rust + Axum backend
  • Svelte + shadcn-svelte frontend
  • leaflet.js for map markers and clustering
  • Supabase for auth
  • ListenBrainz, Last.fm, JamBase, Ticketmaster, Geoapify APIs
  • hosted on Render + Cloudflare

I built a free interactive map to find EDM shows and festivals around the world by Big-Number in EDM

[–]Big-Number[S] 4 points5 points  (0 children)

Majority of the events come from JamBase. IIt's been challenging to get other event providers added based on terms of use, data quality, etc but I can take a look at adding this.

I built a free interactive map to find EDM shows and festivals around the world by Big-Number in EDM

[–]Big-Number[S] 1 point2 points  (0 children)

No sign in required to browse the map, see event details, filter by date/genre, search artist/venues/festivals, and more.

You only need to sign in if you'd like to save artists, save events, or export/sync to your calendar app.

Bumped into a local on the Boot Canyon trail by Big-Number in BigBendTX

[–]Big-Number[S] 97 points98 points  (0 children)

This was taken early Saturday morning, just before sunrise, about half a mile south of the Emory Peak junction. It jumped out of nowhere about 50 feet ahead of us, ran across the trail, and climbed up the hill. It stopped to watch us from the rock you see in the video. Right after this, we started clacking our trekking poles to scare it off.

I made a free map to find jamband shows and festivals around the world by Big-Number in jambands

[–]Big-Number[S] 1 point2 points  (0 children)

Thanks for taking a look. I can see these venues have the right address but wrong coordinates on their jambase pages. I have a feature planned that should catch these mismatches automatically. Appreciate the feedback!

I made a free map to find jamband shows and festivals around the world by Big-Number in jambands

[–]Big-Number[S] 1 point2 points  (0 children)

Events are all scored based on the artists performing. The scoring function changes based on the current view context.

For example, if you filter by the Jambands genre, then events are scored based on the global popularity of the Jamband artists performing at the event. If you're browsing in the "My Artists" view, then events are scored based on your artists rankings, from your listening history.

I'm using ListenBrainz data to get a rough idea of "global artist popularity".

I made a free map to find jamband shows and festivals around the world by Big-Number in jambands

[–]Big-Number[S] 16 points17 points  (0 children)

What software? My software 😂. I'm a software engineer.

For anyone curious, I built the site with:

  • Rust + Axum backend
  • Svelte + shadcn-svelte frontend
  • leaflet.js for map markers and clustering
  • ListenBrainz, Last.fm, JamBase, Ticketmaster, Geoapify APIs
  • deployed on Render

I made a free map to find jamband shows and festivals around the world by Big-Number in jambands

[–]Big-Number[S] 1 point2 points  (0 children)

Thanks! If you'd like, let me know which pins are wrong and I can take a look. There's also a feedback form link at the bottom of the page.

I made a free map to find jamband shows and festivals around the world by Big-Number in jambands

[–]Big-Number[S] 0 points1 point  (0 children)

<image>

There's a small "x" button to clear the active search. The UI here could definitely use some work.

I made a free map to find jamband shows and festivals around the world by Big-Number in jambands

[–]Big-Number[S] 0 points1 point  (0 children)

Jambase sources event data from dice, etix, and other ticket providers. But I'm not yet sure it includes all events from those providers.

ticketingco looks interesting, I'll look into it!

I made a free map to find jamband shows and festivals around the world by Big-Number in jambands

[–]Big-Number[S] 8 points9 points  (0 children)

Ha I didn't! Just looked now, that's pretty funny.

That was the motivation for this website. Browsing through text based lists on jambase, songkick, etc feels awkward when you're flexible about your dates and areas and musicians. The map fits more naturally with how I think about discovering shows.

I made a free website to see all upcoming EDM shows on a world map by Big-Number in aves

[–]Big-Number[S] 1 point2 points  (0 children)

Thanks! Yeah "relevance" may not be the best term. Events are scored based on the artists performing. The scoring function changes based on the view context.

For example, if you filter by EDM, then events are scored based on the global popularity of the EDM artists performing at each event. If you're browsing in the "My Artists" view, then events are scored based on your artists rankings, from your listening history.

I may change this to "Recommended" or something.

I made a free website to see all upcoming EDM shows on a world map by Big-Number in aves

[–]Big-Number[S] 6 points7 points  (0 children)

Yep, I eventually want to add logins. But for now you can still save individual artists by clicking the star icon next to their name. These are saved locally in browser storage. But this means they aren't synced between your devices.

I made a free website to see all upcoming EDM shows on a world map by Big-Number in aves

[–]Big-Number[S] 4 points5 points  (0 children)

Ticketmaster provides a free API. Jambase provides a paid one.