LogoLogo
  • 👋Welcome
  • For the users
    • 📱Download
      • 🔄Update application
    • 📖Offline dictionaries
    • 🌐Dictionaries servers
    • ⁉️Support
  • For the developers
    • 🖥️Getting started
    • 🛠️Develop on Remède
      • 🔌Setup
      • 📁Structure
      • 🧸Development
      • ⚙️API
      • ✨Features
        • ✈️Offline
        • 📒Sheets
        • 🧰DICT Client
      • Android development
    • 📪API
  • Database
    • 🗃️Database
      • 📋Database schema
      • 🗒️Document schema
      • 📦Dataset
      • 🎶Rimes
      • 📍Internationalization
        • 🇬🇧English database
    • 🚧Build Dictionary
      • The building lifecycle
      • Generate my own database
      • About
    • 📌Remède for your project
    • 📎Available formats
      • DICT
      • XDXF
      • CSV
    • ©️Credits
  • Project
    • 📜Story
    • 🙏Contributing
      • 🌐Translation
    • 👣Lifecycles and infrastructure
    • ⏭️Remède Next
Powered by GitBook

Find us

  • Website
  • Github
  • Support

© 2025 The Remède Project and its contributors.

On this page
  • Application working schema
  • Infrastructure schema
  • Application requests schema
  • When database is not downloaded
  • When database is downloaded

Was this helpful?

Edit on GitHub
  1. Project

Lifecycles and infrastructure

Understand the Remède's structure.

PreviousTranslationNextRemède Next

Last updated 3 months ago

Was this helpful?

These schemas are a bit old and hard to understand, but they can help you to understand how Remède is working.

Application working schema

This schema shows how the mobile application (with the dictionary downloaded) is retrieving the data.

Infrastructure schema

This schema shows which extern services are used through their API by the mobile application.

Application requests schema

Schemas showing how and when Remède make requests.

When database is not downloaded

When database is downloaded

Here, we can see that sheets can only be fetched with an internet connection. The same goes for the word of the day

👣