Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
/ wyvor Public archive
forked from chamburr/wyvor

The best feature-rich Discord music bot. Take control over your music with an intuitive dashboard, custom effects and more!

License

Notifications You must be signed in to change notification settings

waterflamev8/wyvor

 
 

Repository files navigation

Wyvor

License CircleCI Discord

The best feature-rich Discord music bot. Take control over your music with an intuitive dashboard, custom effects and more!

Links:

Infrastructure

Wyvor has a very complex infrastructure in order to guarantee 100% uptime. Some of the specifications are briefly explained here, please check out the code yourself for more information.

twilight-dispatch

We use a customised gateway implementation, known as twilight-dispatch, and integrate it with discordgo. As the gateway logic is separate from the application layer, we are able to perform seamless upgrades and restarts in no time. Learn more here.

Andesite

Andesite is a standalone node for sending audio to Discord. As opposed to the most commonly used Lavalink, Andesite is able to provide us with much better flexibilities, such as filters support, REST API, and better state handling. Learn more here.

Databases

PostgreSQL, an extremely advanced and reliable relational database, is used for storing persistent data. Redis, an in-memory data structure store, is used for caching and inter-process communication. Prometheus is also used for metrics collection.

RabbitMQ

RabbitMQ is used as a message broker between the gateway and the bot application layer. It is very reliable and ensures data safety, such that events are never lost even when there is a fault.

Rust

Rust is one of the fastest languages in the world. Thanks to the nature of this language, we are able to provide you the smoothest experience possibly across all Discord bots.

Vue.js

We use the Vue ecosystem for our frontend website and dashboard. It is very performant and versatile, allowing the website to load at a rocket speed of under 0.5 seconds for initial paint.

CircleCI

Continuous integration is an important part of our workflow. It helps us find errors quickly and ensure the quality of code. CircleCI also provides us with continuous delivery capabilities, such that every new release will automatically trigger a deployment.

Self-Hosting

Due to the complex infrastructure, the bot is unfortunately not suitable to for self-hosting at the moment. Please use our public instance or wait patiently while we are working on a way to run the bot with Docker.

Contributing

Want to contribute? Awesome! Please see the contributing guidelines.

License

This project is licensed under GNU Affero General Public License v3.0.

About

The best feature-rich Discord music bot. Take control over your music with an intuitive dashboard, custom effects and more!

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 31.4%
  • Go 26.4%
  • Vue 19.9%
  • SCSS 16.6%
  • JavaScript 4.4%
  • PLpgSQL 0.8%
  • Shell 0.5%