Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
ArangoDB - phpub #42
Search
Lucas de Souza Vieira
December 20, 2016
Programming
0
79
ArangoDB - phpub #42
Introdução à ArangoDB
Lucas de Souza Vieira
December 20, 2016
Tweet
Share
More Decks by Lucas de Souza Vieira
See All by Lucas de Souza Vieira
PHP 7.3: Novidades do elefante
lucassouzavieira
0
940
Camisas e brindes promocionais do SciencePub
lucassouzavieira
0
270
Introdução ao NoSQL multi-modelos com ArangoDB
lucassouzavieira
0
110
Flask: API's Rest com Python
lucassouzavieira
1
590
Chatbots 101
lucassouzavieira
0
44
Introdução à modelagem de dados NoSQL com ArangoDB
lucassouzavieira
0
370
NoSQL: Introdução aos bancos de dados não-relacionais
lucassouzavieira
0
140
Zephir - phpub #51
lucassouzavieira
0
68
PHPrática 4
lucassouzavieira
0
65
Other Decks in Programming
See All in Programming
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
130
ぬるぬる動かせ! Riveでアニメーション実装🐾
kno3a87
1
230
ProxyによるWindow間RPC機構の構築
syumai
3
1.2k
Amazon RDS 向けに提供されている MCP Server と仕組みを調べてみた/jawsug-okayama-2025-aurora-mcp
takahashiikki
1
120
スケールする組織の実現に向けた インナーソース育成術 - ISGT2025
teamlab
PRO
2
170
そのAPI、誰のため? Androidライブラリ設計における利用者目線の実践テクニック
mkeeda
2
2.8k
プロパティベーステストによるUIテスト: LLMによるプロパティ定義生成でエッジケースを捉える
tetta_pdnt
0
4.3k
さようなら Date。 ようこそTemporal! 3年間先行利用して得られた知見の共有
8beeeaaat
3
1.5k
AI時代のUIはどこへ行く?
yusukebe
18
9.1k
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
350
Navigating Dependency Injection with Metro
zacsweers
3
3.5k
@Environment(\.keyPath)那么好我不允许你们不知道! / atEnvironment keyPath is so good and you should know it!
lovee
0
130
Featured
See All Featured
Unsuck your backbone
ammeep
671
58k
Visualization
eitanlees
148
16k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Code Review Best Practice
trishagee
71
19k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
The Invisible Side of Design
smashingmag
301
51k
GraphQLとの向き合い方2022年版
quramy
49
14k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
930
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
Producing Creativity
orderedlist
PRO
347
40k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Transcript
Banco de Dados Multi-Model
O que é ArangoDB ?
None
NoSQL - Uma breve introdução • ACID • Usam diversos
modelos de dados: chave-valor, documentos, orientado a grafos, colunares. • Fácil escalabilidade • Alto desempenho e disponibilidade • Schema-less
Modelagem e Interação com ArangoDB Banco Tabela Linhas Banco Coleções
Documentos
ArangoDB Web UI
Integração com PHP • Via composer: composer require triagens/arangodb
Desempenho:
Desempenho:
AQL - Arango Query Language Linguagem de consulta desenvolvida para
o ArangoDB Sintaxe próxima do SQL DML pura
Conheça https://www.arangodb.com
Referências: • https://www.arangodb.com/2015/10/benchmark-pos tgresql-mongodb-arangodb/ • https://www.arangodb.com/documentation/ • https://docs.arangodb.com/3.1/AQL/index.html • http://nosql-database.org/