diff options
author | Phil Burton <phil@d3r.com> | 2019-02-25 13:37:59 +0000 |
---|---|---|
committer | Phil Burton <phil@d3r.com> | 2019-02-25 13:37:59 +0000 |
commit | 3431e667a5c6475043ebfd97b43a3fdc4b078596 (patch) | |
tree | cd9eb1249e42de8ee1c7e99fd83cb7f091637b7c /day1/no-sql.txt | |
parent | 4e8368f4d847e5c1352302fc53658dfab2c72a9b (diff) |
Diffstat (limited to 'day1/no-sql.txt')
-rw-r--r-- | day1/no-sql.txt | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/day1/no-sql.txt b/day1/no-sql.txt deleted file mode 100644 index ccb6a4a..0000000 --- a/day1/no-sql.txt +++ /dev/null @@ -1,57 +0,0 @@ -# Non-Scalar Data - -## Redis sets SSAD - -- key binding - safe string -- sets of data -- taggable - -## Document data stores -- Usually JSON -- Richer -- MongoDB - single master -- CouchDB - multi master -- ES - text search index - -## MongoDB -- pecl/mongodb -- mongodb/mongodb - -docs are PHP objects or assoc arrays - -## Relational Database -- normalisation - -- postgres - - HSTORE - - JSON/JSONB - - -# Querying data - -Sets - SISMEMBER and SMEMBER -- Aggregations -- buckets -- postgres - non standard - -## Redis -- Can add to sets -- Atomic -- fast -- counters - -DONT: RETRIVE MANIPULATE STORE - - Do we do this at d3R? - - redis bad at scaling - - joned.in/25887 - - -# Useful links -https://redis.io/commands/sadd -https://www.postgresql.org/docs/9.1/hstore.html -https://wiki.openstreetmap.org/wiki/PostgreSQL -https://en.m.wikipedia.org/wiki/Benford%27s_law -https://php-ml.readthedocs.io/en/latest/machine-learning/workflow/pipeline/ |