Showcases

Simple Single Entity Application

This repository contains a Jiffy application that has been generated from the simpleSingleEntityModel.json model file located in the Jiffy repository.

This model is the same one used in the Jiffy Getting Started tutorial in the documentation set.

  1. Ensure that the latest release of go is installed on your local system.
  2. Clone the repository to your local system and follow the Getting Started tutorial link above.

libraryapp with Docker

The libraryapp repository contains a Jiffy application that has been generated from the hasManyBelongsTo.json model file located in the Jiffy repository.

This model contains a Library entity and a Book entity and declares relationships between them. The relationships allow for nice modes of access where we can do things like read all of the Book entities belonging to a Library, or ask a Book which Library it belongs to. See the Entity Relations section in the Jiffy documentation for details regarding relationships.

Follow the steps outlines in the Jiffy Test Drive to experiment with a generated, compiled and containerized standalone jiffy application running on Alpine linux.