April Seattle Drupal User Group Meeting

Events happening in the community are now at Drupal community events on www.drupal.org.
rlhawk's picture
Start: 
2018-04-19 18:00 - 19:30 America/Los_Angeles
Organizers: 
Event type: 
User group meeting

We will meet at 6 pm on Thursday, April 19.

Agenda

  • Introductions
  • Announcements
  • Drupal news
  • Presentations and/or discussions about DrupalCon topics
  • Post-meeting socializing

Details

Presentations and/or discussions about DrupalCon topics

Let's review what we learned from sessions at DrupalCon Nashville. If there is a topic you'd like to propose for a presentation or discussion, mention it in a comment.

Sponsor

Meeting space is provided by Fuse IQ.

Thursday, April 19, 6:00pm - 7:30pm.

Northwest Worklofts, 3131 Western Ave (at Denny), Seattle

Picture of location, door down the stairs

Coworking is available from 3 p.m. to 6 p.m. at Drip City (2929 1st Avenue (between Broad and Eagle); Map)

Comments

Web 3.0 and Drupal

jdwalling's picture

Is Drupal ready for Web 3.0? This is a thinker!

Blockchains could help release the hold of centralized monopolies
https://medium.com/@matteozago/why-the-web-3-0-matters-and-you-should-kn...

Shortened url: https://tinyurl.com/web3-0-drupal

Why the net giants are worried about the Web 3.0

jdwalling's picture

Why the net giants are worried about the Web 3.0
https://medium.com/@matteozago/why-the-net-giants-are-worried-about-the-...
Shortened URL https://tinyurl.com/web-3-0-worried

Calm before the storm
The birth of blockchain spawned a movement which is set to disrupt the entire tech industry. Blockchain and crypto enthusiasts are calling it the Web 3.0 and it’s looking to make all traditional business models defunct. This is because, in short, the technology will facilitate the decentralization of the World Wide Web, thereby equalizing control and ownership back from the grasp of profit hungry corporations.

The Web 3.0 ecosystem already consists of over 3000 variegated crypto coins and over 900 decentralized apps or DApps (a single DApp can mean a team of up to 50 members, each dedicated to disrupting a specific industry). And even though the industry is still in its infancy, the market cap has already exceeded 800 billion.

https://tinyurl.com/web-3-0-worried

===============================
Ha! Ha! The fight for hearts and minds is on.
Blockchain is not only crappy technology but a bad vision for the future
https://medium.com/@kaistinchcombe/decentralized-and-trustless-crypto-pa...
Shortened URL: https://tinyurl.com/web-3-0-counterpoint

DrupalCon?

mile23's picture

What the heck? How did this happen? :-)

https://events.drupal.org/seattle2019

What the heck, indeed

abeyer's picture

"Everyone knows Pikes Place Market"...

...but few know how to spell it.

Wow! Go Seatte!

jlnd's picture

Also, I wouldn't buy a ticket on a ferry that departs from Seattle and promises to take me into the Puget Sound.

Dries's keynote

rlhawk's picture

For this week's meeting, we should talk about some of the Drupal 8 improvements and plans Dries mentioned in his keynote speech.

More DrupalCon topics

rlhawk's picture

Here are a few more DrupalCon topics that I'd like to discuss:

  • Improving the user experience for site builders and content editors with tools like Layout Builder, Settings Tray, Media, Paragraphs, and the Material Admin theme
  • How Drupal 8 compares with WordPress 5.0 and its Gutenberg editor
  • Configuration management strategies
  • Automated testing and continuous integration
  • Possible methods of adding automatic security update functionality to Drupal

Demo of the ultimate

mikeytown2's picture

Demo of the ultimate editor
https://www.youtube.com/watch?v=zq8pt4dyDiw
Run it anywhere via bookmark
https://github.com/LRNWebComponents/hax-bookmarklet

Automatic security update functionality
https://www.youtube.com/watch?v=wmhD6lA3PRs

https://drupal.psu.edu/blog/p

btopro's picture

https://drupal.psu.edu/blog/post/building-second-none-drupal-authoring-e... follow up writing and videos now that we can render views, blocks, entities and tokens (DrupalCon presentation only had tokens, that's how fast this stuff can go)

Meeting tonight!

rlhawk's picture

Our monthly SeaDUG meeting is tonight. We'll be discussing topics from the recent DrupalCon in Nashville, including:

  • Layout and page building
  • The Out-of-the-Box initiative
  • Configuration management strategies
  • Automated testing and continuous integration
  • Automatic security updates

among other topics from the conference.

DrupalCon Seattle

rlhawk's picture

We will, of course, also talk about the announcement that DrupalCon will be in Seattle next year.

Drupalcon: Drupal 8 Now Has a Real Roadmap

jdwalling's picture

Drupalcon Nashville
Drupal 8 Now Has a Real Roadmap
https://www.ostraining.com/blog/drupal/drupal-8-roadmap/

Video: https://www.youtube.com/watch?v=8HkOdpNT8Ec

At 37 minutes:
https://www.youtube.com/watch?t=2220&v=8HkOdpNT8Ec
Dries' list of things we can do/need within 12 months
1. Improve the technical evaluation process
2. Improve content creator experience
3. Improve the site builder experience
4. Promote Drupal to non-technical decision makers

At 1:03:20
Drupal Values and Principles 1.0-apha by Dries
1. Prioritize for impact
2. Strive for excellence
3. We do better together
4. Treat others with dignity and respect
5. Enjoy what you do
Principles: https://www.drupal.org/principles

Data Models, Database Schemas, and Untructured Data

jdwalling's picture

This is a continuation of a discussion at SeaDUG that started with using unstructured data via https://www.webcomponents.org/.

I think of data modeling as documenting data requirements. Requirement models are transformed into schema (physical data models) for databases as specifications. My complaint is when Drupal databases are built from specifications in ad hoc fashion, without an all-encompassing model for requirements. Calling an ad hoc database schema "structured data" is like putting lipstick on a pig and admiring its smile.

** end rant **

Is his what you're looking for?

Data Model vs db Schema

jdwalling's picture

Drupal Database schema
https://www.drupal.org/node/1785994
D7
https://www.drupal.org/files/er_db_schema_drupal_7.png
D8
https://drupal.org/files/Drupal8_UPsitesWeb_Schema_10-19-2013.png
Out-of-date

Generating DB Schema in 10 seconds with MySQL Workbench
https://www.youtube.com/watch?v=X_umYKqKaF0

Data architect
https://en.wikipedia.org/wiki/Data_architect
Data architecture
https://en.wikipedia.org/wiki/Data_architecture

Wondering:
1. Do Drupal agencies keep db schemas up-to-date?
2. Are db schemas consulted before making changes to databases with modules and new content types?
3. Who has responsibility for data architecture in Drupal agencies?

I searched for "Drupal Data Architect" jobs.
I found "Drupal Architects" who have programming responsibilities.

Conclusion:
In Drupal/CMS/CMF World, canned db schemas have usurped the need for Data Architects and the concept of "db schema" has replaced the concept of "data model."

Seattle

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: