#
materialized-views
Here are 13 public repositories matching this topic...
Distributed immutable data store with strong encryption and authentication
immutable
database
kafka
blockchain
datastore
immutable-objects
quantum-algorithms
materialized-views
materialized-view
immutable-store
-
Updated
Mar 6, 2022 - Rust
Postgres full-text search in Node.js and Sequelize.
nodejs
javascript
search
postgres
node
view
postgresql
sequelize
indexing
full-text
full-text-search
weight
weighing
pg-search
sequelizejs
materialized
vews
materialized-views
materialized-view
-
Updated
Nov 14, 2017 - JavaScript
A full sample that shows how to implement real-time updated Materalized Views with CosmosDB, Change Feed and Azure Functions
-
Updated
Sep 24, 2019 - C#
Event Sourcing(CQRS) and Materialized views with Kafka Streams
-
Updated
May 25, 2021 - Java
An example use case of pg-search-sequelize node library
nodejs
search
fast
postgres
node
database
view
postgresql
sequelize
full-text
full-text-search
search-algorithm
database-search
sequelizejs
materialized
materialized-views
materialized-view
-
Updated
Mar 15, 2017 - JavaScript
Refresh PostgreSQL materialized views in the correct order (topologically sorted)
postgres
postgresql
dependency-graph
dependency
dag
materialized-views
materialized-view
directed-acyclic-graph
dependency-
-
Updated
Oct 27, 2021 - Python
Helper object to leverage SQL Server Change Tracking for materializing views
-
Updated
Dec 5, 2018 - C#
Helpers for using database views in ActiveRecord
-
Updated
Sep 20, 2019 - Ruby
Accompanies a C# Corner article (URL TBD, stay tuned!)
-
Updated
Nov 5, 2018 - PLSQL
-
Updated
Jun 25, 2019 - C#
Advanced Database Management System ( PL/SQL )
pdb
stored-procedures
cdb
cursors
exception-handling
materialized-views
oracle-19c
multitenant-architecure
relational-view
-
Updated
Mar 5, 2020
Basic webapp to materialize questions in Metabase
-
Updated
Sep 16, 2021 - Python
Improve this page
Add a description, image, and links to the materialized-views topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the materialized-views topic, visit your repo's landing page and select "manage topics."
I have a use case where I need to create a new stream containing the bearing between two consecutive points in a pre-existing lat/lon stream. Normally bearing would be available in a standard lib but in a pinch can easily be implemented through sin, cos, and atan2 funcs, none of which are currently available in ksql.
Basic trig functions have a range of use cases in geometric and geographic co