Replies: 1 comment 1 reply
-
If you want to use 'Plain Indexes' and built by But a key point is the config file can actually be a script. ie a script that 'outputs' a config file. Eg could be coded in bash, perl, PHP or python. So in effect it could contain a loops that outputs lots of 'source/index pairs' following a template. It could using a database connection to get the list of indexes to build. The other way is to use 'Real Time Mode', where indexes can be created dynamically without then needed to be 'hardcoded' in config file. This way the application can create the indexes on the fly, following whatever structure it likes. It could do on a loop. (Similar how with mysql, can just execute a 'CREATE TABLE' to create a table, can use a similar command with manticore to create the index, then just 'INSERT' documents into the index) |
Beta Was this translation helpful? Give feedback.
-
for example, 16 database and each database has 16 user table. should we create 16 * 16 source and table definition in conf file , Can it be configured like Flink? or any other simple conf way.
Beta Was this translation helpful? Give feedback.
All reactions