All Projects → petaki → satellite

petaki / satellite

Licence: MIT license
🛰️ Dashboard for probe.

Programming Languages

go
31211 projects - #10 most used programming language
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to satellite

RailsBooster
Pre-Configured Ruby On Rails Template To Provide Instant Productivity ⚡️
Stars: ✭ 22 (-35.29%)
Mutual labels:  tailwindcss, inertiajs
Horizon
Building ChangeWindows one commit at a time
Stars: ✭ 31 (-8.82%)
Mutual labels:  inertiajs
Tailwind React Ui
React utility component primitives & UI framework for use with Tailwind CSS
Stars: ✭ 220 (+547.06%)
Mutual labels:  tailwindcss
inertiajs-tables-laravel-query-builder
Inertia.js Tables for Laravel Query Builder
Stars: ✭ 391 (+1050%)
Mutual labels:  inertiajs
Reactive Resume
A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Stars: ✭ 3,280 (+9547.06%)
Mutual labels:  tailwindcss
inertia
A preset for installing @inertiajs in a fresh Laravel project
Stars: ✭ 80 (+135.29%)
Mutual labels:  inertiajs
Tailwindcss Typography
Tailwind CSS plugin to generate typography utilities and text style components
Stars: ✭ 212 (+523.53%)
Mutual labels:  tailwindcss
tailwind-gradient-generator
Tailwind Gradient Generator
Stars: ✭ 24 (-29.41%)
Mutual labels:  tailwindcss
yii2-inertia
The Yii 2 server-side adapter for Inertia.js.
Stars: ✭ 52 (+52.94%)
Mutual labels:  inertiajs
Xwind
Tailwind CSS as a templating language in JS and CSS-in-JS
Stars: ✭ 249 (+632.35%)
Mutual labels:  tailwindcss
Hugo Eureka
Eureka is a feature-rich and highly customizable Hugo theme.
Stars: ✭ 239 (+602.94%)
Mutual labels:  tailwindcss
A17t
An atomic design toolkit for pragmatists
Stars: ✭ 236 (+594.12%)
Mutual labels:  tailwindcss
atlas
Atlas: A React (Typescript), Laravel, Tailwind & Inertia starter kit. (Jetstream alternative)
Stars: ✭ 48 (+41.18%)
Mutual labels:  inertiajs
Vite Vue3 Tailwind Starter
Vite 2.x + Vue 3.x + Tailwind 2.x (starter) ⚡
Stars: ✭ 205 (+502.94%)
Mutual labels:  tailwindcss
pingcrm-vite
⚡️ PingCRM on Vite Rails - A Vite.js + Inertia.js + Vue SSR + Rails demo
Stars: ✭ 48 (+41.18%)
Mutual labels:  inertiajs
Next Startd
⚡ Free Next.js landing page template for SaaS products, online services and more.
Stars: ✭ 211 (+520.59%)
Mutual labels:  tailwindcss
Nextjs Starter
A starter project for next js with authentication - Contains React 17 + Typescript + Tailwind CSS 2 + React Query 3 + GitHub Auth + LinkedIn Auth + Password-less Auth + Fauna DB
Stars: ✭ 235 (+591.18%)
Mutual labels:  tailwindcss
jetstream-inertia-generator
Laravel 8 Admin CRUD generator built with Jetstream, Inertia js, Vue 3 and Tailwindcss 2
Stars: ✭ 105 (+208.82%)
Mutual labels:  inertiajs
symbols-search
Finding symbols is faster now ⚡
Stars: ✭ 22 (-35.29%)
Mutual labels:  tailwindcss
air
A hyper-minimal WordPress starter theme for developers built with Tailwind CSS.
Stars: ✭ 45 (+32.35%)
Mutual labels:  tailwindcss

Satellite

Badges

Build Status License: MIT

Getting Started

Before you start, you need to install the prerequisites.

Prerequisites

  • Redis: Version >= 5.0 for data reading
  • GO: Version >= 1.18 for building
  • Node.js: Version >= 14.0 for building
  • Yarn or NPM: for building

Install from binary

Downloads can be found at releases page on GitHub.

Install from source

  1. Clone the repository:
git clone [email protected]:petaki/satellite.git
  1. Open the folder:
cd satellite
  1. Install the UI dependencies
yarn install
  1. Build the UI
yarn prod
  1. Build the Satellite:
go build
  1. Copy the example configuration:
cp .env.example .env

Configuration

The configruation is stored in the .env file.

Application Address:

APP_ADDR=:4000

Application URL:

APP_URL=http://127.0.0.1:4000

Redis URL:

REDIS_URL=redis://127.0.0.1:6379/0

Redis Key Prefix:

REDIS_KEY_PREFIX=probe:

Usage

Run the app using the following command:

./satellite web serve

Data Collection

You can gather the necessary data with the Probe.

Reporting Issues

If you are facing a problem with this package or found any bug, please open an issue on GitHub.

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].