Support Change Feeds and Ingestion of Records with MetaData
This change allows feeds to perform upserts and deletes
in order to perform replication of an external data source.
The change does so by performing the following:
1. The adapter produces [PK][Record]. (Record == null --> delete)
2. The insert is replaced by an upsert operator.
Change-Id: If136a03d424970132dfb09f0dda56e160d4c0078
Reviewed-on: https://asterix-gerrit.ics.uci.edu/621
Reviewed-by: Yingyi Bu <buyingyi@gmail.com>
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
diff --git a/.gitignore b/.gitignore
index f8e0b2d..d802def 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,7 @@
*-coredump
*.pyc
*.iml
+asterix-app/data/csv/beer.csv
.idea/
asterix.ipr
asterix.iws