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

Top languages

Loading…

Most used topics

Loading…