0.0.9-q • Published 9 years ago

diamonds v0.0.9-q

Weekly downloads
2
License
GNU
Repository
github
Last release
9 years ago

Diamonds

The Super Web Stack

Diamonds are coupled client/server apps composed of Compound, Angular, Polymer, and Famo.us Yeoman generators forming a super HMVC-to-MVVM web & device development stack in full. And yes while Compound alone's a ''full stack'' solution we found it didn't do things that Angular does bindingly bright in browser nor clairvoyantly adept like Polymer nor targets the emergent UI/X plural device standards of Material Design metaphors. While Compound has a strong performance backend its PolyFAng siblings all delegate to a myriad of specialized server platform options making the marriage of Diamonds' poly spouses most ideal.

NPM Installation

Also installs:: angular, closure-compiler, compound, compound-passport, co-socket, famous, famous-angular, generator-famous-angular, generator-polymer, jugglingdb, jugglingdb-redis, passport, pm2, redis, redis-hq-adapter, sass, web-component-tester, and yo.

App install requires about 900MB

Run:

  1. $> npm install diamonds;
  2. $> diamonds <YourAppName>
  3. $> diamonds test|deploy|gen

Our meta generator will start by executing 'compound-init ' script installing Compound and patching it for Diamonds. In order to co-create Angular components a new Compound app will be created called ''Diamonds'' exposing JugglingDB's ORM API, view files, along with crud controller & nested routes.

Then script 'yo-init' initialize the Angular/Famo.us and Polymer apps using custom ejs chrome and view partials while mapping Angular dependency injection to the Compound controller for realtime integrated data binding instead of Compound's basic approach. ? Additionally angular_node_bind is used to monitor Node.bind() of Polymer model activity and emit to tandem Angular apps.

The four projects share same directory with Angular in ''aapp/'', Famo.us in 'fapp/'', Polymer in ''papp/'', with Compound in ''capp/'' keeping code & resources separate.

Diamonds Usage

$> diamonds test|deploy|(generate|remove element <name>:type | :default | :index);

Options

  • type = ''Date|Number|Boolean|Text|String'' (default: string)
  • default = ''default value'' (default: null)
  • index = ''true|false'' (default: false) All element names are prefixed 'Dia-' for clarity.

Example: $> diamonds generate element recordTime:Date default=Date.now index=true;

Launch and view app at http://<host>:8080/

Edges and Origin API(s)

Each Diamond has unique origin API server(s) along with list of authorized edge workers. By default Diamonds' origin will use a generic Redis store installed before or during Diamonds if missing. Diamonds' Redis will come configured for local-only, no pw, DB:2 on :6379._ but most vendors have drivers for origin storage (See JugglingDB). Origin (aka Compound) performs backyarding of lapsed TTL Redis keys to an online SQL local or network db. This ensures dormant data aren't squandering server memory yet remain speedily available via SQL.

Edge workers generally provide a rate-limited hyper-consistent cache and queuing 'dumb' API. This is done in our edge configuration via PHP & LevelDB sharded strategy for replication and isolation. In edgeless configs you can use local API queuing via Node & Redis or SQL-only if scaling isn't a concern. Their edge behavior ensures a peformance enhancing shared-nothing data architecture while serially pushing queued edge client data & queries to origin leaving it incorruptable and removed from adding to back pressure.

Or if you want to publicly expose your origin API just intending to use a single machine you can set origin equal to worker forgoing edgewise optimization altogether.

Vulcanize

Polymer's Web Component build tool ...

Closure Compiler

Angular's Production JS optimizer ...

Deploy

  1. $> grunt build; # results in < project >/dist
  2. $> diamonds deploy; # -> pm2 start server.js -i 3 --name <DimaondApp> ...

Now view app at http://<host>:8080/

Project Home

  • Here & Github

Source Projects

Credits

Licenses MIT, BSD