Skip to content
Sezer Ekinci edited this page Sep 6, 2017 · 11 revisions

Flatte Logo BETA

Client-Side NOSql Firebase Realtime Database modeling and management system. (only with angularjs for now...)

Benefits

  • Flatte provides to create a NOSql database model.
  • MySQL like transaction for Firebase. (If all conditions are passed, flatte sends the whole data to firebase.)
  • Client side processing.
  • Flatte handles copy records and external effects for you. No need to write everything in your application. (Denormalization)
  • Flatte allows you to create field based functions.
  • You can create your constants with predefined templates. (also with functions)
  • You can apply filters to incoming values. (Such as uppercase, date format..)
  • With Flatte Manifesto Builder, you can easily create and visualize your manifest.

Attention!

This is a beta release. We have not finished all the tests yet. Some functions may not work as expected.

We do not recommend using flatte in your actual projects.

Do not hasitate to open an issue. We are waiting for your collaborations to bring this project to a higher level. We are paying attentions on feedbacks.

Getting Started

Flatte Manifest

Predefined Templates

Usage

Flatte Manifest Builder

Clone this wiki locally