App Modules
...
Data Warehouse
MongoDB
5 min
mongodb is a popular, open source, nosql database management system that falls under the category of document oriented databases unlike traditional relational databases, mongodb does not store data in tables with fixed schemas it uses a flexible document model in which data is stored in json like documents with dynamic schemas, known as bson (binary json) this allows for greater flexibility in data representation and supports faster development and iteration what can you do with mongodb in custify? you will be able to retrieve people, events, and companies from your mongodb data warehouse you will be able to easily map your source data to custify’s designated data objects, and use these events in the same way as the ones that would come from your own backend that means you’ll be able to segment your customers, define lifecycles or create playbooks based on calculated metrics using these data points depending on the geographical location of your data (germany, ireland or us), you will need to whitelist a list of ips before activating the data warehouse frankfurt business 3 123 52 1563 67 152 22418 159 43 17018 194 219 2193 74 25 43 ireland 34 253 103 15, 176 34 236 120, 54 73 1 213 us business 3 142 88 1818 188 66 1843 19 0 1973 140 205 1813 140 83 245 activation 1\ sign in to custify and navigate to the integrations page 2\ select the data warehouse integration 3\ click new sync and then new source, and select bigquery 4\ fill in your connection information we recommend creating a dedicated user for custify to access your mongodb database it must have access to the database you want to connect to custify here is an sample of how to create a user with access to a particular mongodb database db createuser({ user “your user”, pwd “ ”, roles \[{role “read” , db ”your database”}] }); 5\ select which custify object you want to create from your data people, events, or companies 6\ select the source data in your mongodb data warehouse then, select the namespace and table in your data warehouse that contains the source data 7\ map the fields in your source data to the fields expected by custify

