Skip to content

Instantly share code, notes, and snippets.

@mnlcandelaria
Last active January 11, 2017 15:45
Show Gist options
  • Select an option

  • Save mnlcandelaria/8184b00ac3569b054841a38482cd73ac to your computer and use it in GitHub Desktop.

Select an option

Save mnlcandelaria/8184b00ac3569b054841a38482cd73ac to your computer and use it in GitHub Desktop.
bin/cradle faucet install
mysqld --skip-grant-tables
bin/cradle faucet server
bin/cradle faucet populate-sql
Service
- translate your object into data store
bin/cradle profile-test foo-bar
bin/cradle profile-test foo=bar --bar=foo -czfv
bin/cradle profile-create profile_name=Chello
events
- is jobs / tasks can be queue
- can execute on cli
bin/cradle faucet
request
response
middleware
modules
services
app
bin/cradle faucet generate-module
bin/cradle faucet generate-sql
bin/cradle faucet generate-admin
bin/cradle faucet update
bin/cradle faucet generate-sql
bin/cradle faucet update
bin/cradle faucet populate-sql --module post
bin/cradle faucet generate-rest
kibana - elastic gui
medis - redis gui
http://127.0.0.1:8888/admin/post/search
http://127.0.0.1:8888/admin/profile/search
bin/cradle faucet flush-redis
http://127.0.0.1:8888/foo/bar/manly/12414?profile_email=world
/server/public/cradle/module/post/src/events.php
bin/cradle faucet queue auth-verify-mail [email protected]
brew tap homebrew/dupes
brew tap homebrew/versions
brew tap homebrew/homebrew-php
brew unlink php56
brew install php70
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment