Skip to content
/ apimoon Public

API gateway/proxy. Register your API endpoint, configure access and publish it through the proxy. Comes with mock and load-balancing.

Notifications You must be signed in to change notification settings

ljack/apimoon

Repository files navigation

apimoon

API gateway/proxy. Register your API endpoint, configure access and publish it through the proxy. Comes with mock and load-balancing.

![Screenshot](Apimoon with graphql query.png?raw=true "Screenshot")

  • Eats JSON delivered different ways:
  • HTTP
  • DDP
  • Sandbox in the middle where with javascript can do mappings from format x to format
  • Provides JSON through HTTP
  • Also implements GraphQL Server / Client

Read the highlevel doc

https://docs.google.com/document/d/141UD-nxg2nxL-dxCG0ijBgZZAyBXhQw5vrSPhPz5o1E/pub (coming to MD format soon)

-- Below is a side project which is React dataview component for Meteorkitchen.

Dataview-type component in React for MK

Demo app URL https://apimoon-ljack1.c9users.io/

To run the app yourselft just clone the repostiory and type './run.sh'

The recreate using meteor-kitchen you need to setup ~/.meteor-kitchen/templates/ from https://github.com/ljack/kitchen-templates

Files of interest: apimoon.json MeteorKitchen Application JSON for Apimoon. #Files that are needed to be generated
Examples for two collections apimoon and todos.

  1. files/columns-apimoon.jsx "configuration" file for data_view.jsx
  2. files/schema-apimoon.js tcomb schema used in data_view.jsx
  3. files/columns-todo.jsx "configuration" file for data_view.jsx
  4. files/schema-todo.js tcomb schema used in data_view.jsx

Other used files

  1. files/griddle.css Modified griddle css to allow table-hover and table-striped to work, used in data_view.jsx
  2. files/client.js Shows an example how to import collection js usable in client
  3. files/server.js Contains startup insert code for Apimoon collection. Uses *-code.js files.

Files from files are copied to meteor app dir based on configuration in ../apimoon.json

Meteor app files generated by MeteorKitchen worth looking

  1. apimoon/client/pages/apimoons_page/apimoons_page.jsx
  2. apimoon/client/pages/pagetodos/pagetodos.jsx

Note that actually the apimoons_page.jsx and pagetodos.jsx contains all the functionality. That is pages in details/edit/insert are not curretly used at all.

Next in coming out

  1. Create UI for selecting user in Todos.owner and Todos.sharedTo

2017 Update

Rewrite in progress, so stay tuned.

About

API gateway/proxy. Register your API endpoint, configure access and publish it through the proxy. Comes with mock and load-balancing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published