User Tools

Site Tools


Writing /var/www/html/john.de-graaff.net/webroot/wiki/data/cache/f/f154c2bf596f94f7435ce08ef5cf1f33.metadata failed
links:devel
Writing /var/www/html/john.de-graaff.net/webroot/wiki/data/cache/b/bf111e76e59a388c9525e3ec822a9d12.xhtml failed

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
links:devel [2018/03/07 12:31]
jdg [REST Perl]
links:devel [2019/03/06 07:33] (current)
Line 92: Line 92:
 ]] ]]
   * http://​search.cpan.org/​   * http://​search.cpan.org/​
 +
 +==== Learn Perl ====
 +    * https://​perlmaven.com/​beginner-perl-maven-pod \\ on [[https://​www.youtube.com/​watch?​v=1LDHUTf-LHo&​list=PLw7UYp3N0eUYiICZUFR3p299TvjXZ4zFj&​index=8|Youtube]]
  
 === Perl Web Framework === === Perl Web Framework ===
Line 135: Line 138:
  
   * [[wp>​REST]]   * [[wp>​REST]]
-  * [[wp>​Create,​_read,​_update_and_delete|CRUD]]+  * [[wp>​Create,​_read,​_update_and_delete|CRUD]] ​= Create, Read, Update, Delete 
 + 
 +^ Operation ^ SQL ^ HTTP ^ 
 +| Create | INSERT | POST | 
 +| Read (Retrieve) | SELECT | GET | 
 +| Update (Modify) | UPDATE | PUT | 
 +| Delete (Destroy) | DELETE | DELETE |
  
 ==== REST Python ==== ==== REST Python ====
Line 153: Line 162:
   * https://​metacpan.org/​pod/​Dancer2::​Plugin::​Queue::​MongoDB   * https://​metacpan.org/​pod/​Dancer2::​Plugin::​Queue::​MongoDB
  
-==== MongoDB ​Perl ====+==== MongoDB ====
  
 +  * [[wp>​MongoDB]]
 +  * [[wp>​ACID]] = Atomicity, Consistency,​ Isolation, Durability
 +  * https://​www.mongodb.com/​
   * https://​docs.mongodb.com/​manual/​contents/​   * https://​docs.mongodb.com/​manual/​contents/​
 +  * https://​docs.mongodb.com/​manual/​core/​data-modeling-introduction/​
 +  * https://​docs.mongodb.com/​manual/​crud/​
 +  * https://​docs.mongodb.com/​manual/​reference/​sql-comparison/​
 +  * Mongo Shell -> https://​docs.mongodb.com/​manual/​mongo/​
 +  * https://​docs.mongodb.com/​manual/​tutorial/​install-mongodb-on-os-x/​
 +  * BSON -> http://​bsonspec.org/​
 +  * BSON is unlike Protobuf -> https://​github.com/​google/​protobuf
 +
 +=== MongoDB Perl ===
 +
 +  * http://​search.cpan.org/​dist/​MongoDB/​lib/​MongoDB.pm
 +
 +=== MongoDB Swift ===
 +
 +  * https://​github.com/​mongodb/​mongo-swift-driver
 +  * https://​github.com/​OpenKitten/​MongoKitten
 +
 +
  
 ===== HTML5 canvas ===== ===== HTML5 canvas =====
/var/www/html/john.de-graaff.net/webroot/wiki/data/attic/links/devel.1520422280.txt.gz · Last modified: 2019/03/06 07:34 (external edit)