Skip to content
@ficus-project

ficus-project

Ficus

Work in progress

Project Architecture

graph TD;

subgraph ficus
ficus-front --> ficus-api
end
ficus-agent

influx[(Influxdb)]
sql[(SQL)]
aws([AWS])

ficus-agent --> aws
ficus-agent -- RW --> influx
ficus-api -- RO --> influx
ficus-api -- RW --> sql
Loading
  • ficus contains both the frontend and the backend of the website:
    • ficus-api: REST API built in AdonisJS with Typescript
      • it uses a SQL database for user data
      • it reads resources data from an Influxdb time series database
    • ficus-front: Frontend using React with Typescript
  • ficus-agent is a Rust project that has to be run regularly to fetch resources usage data from cloud providers
    • it stores that data into a Influxdb time series database

Pinned Loading

  1. ficus-agent ficus-agent Public

    Rust

  2. ficus ficus Public

    TypeScript

Repositories

Showing 3 of 3 repositories
  • ficus-agent Public
    ficus-project/ficus-agent’s past year of commit activity
    Rust 0 GPL-3.0 0 0 0 Updated Jan 29, 2023
  • .github Public
    ficus-project/.github’s past year of commit activity
    0 0 0 0 Updated Jan 21, 2023
  • ficus Public
    ficus-project/ficus’s past year of commit activity
    TypeScript 0 GPL-3.0 0 0 0 Updated Jan 19, 2023

Top languages

Loading…

Most used topics

Loading…