0.1.5 • Published 10 years ago

entity-engine v0.1.5

Weekly downloads
8
License
Non Free
Repository
-
Last release
10 years ago

Introduction

The Entity Framework needs to be decomposed into multiple layers that should be decoupled and should be usable in isolation.

I see three main components here:

  • Entity Model Engine
  • Entity Http API Server
  • Entity Client

Entity Model Engine

The model engine should be a Node.js module that exposes a javascript API for creating and managing entity models.

Entity Http API Server

The Http API server should use the model engine under the hood and should expose a public HTTP API to manage entity models and their instances.

Entity Client

Should be a web-app that displays a nice UI and is connected to the Http API Server. It helps Entity Framework administrators manage entities without writing code.

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago