What is TIBCO Patterns Developer’s ToolKit (DevKit)?
TIBCO Patterns DevKit is a high level "C" programming interface to the TIBCO Patterns server.
The heart of the TIBCO Patterns DevKit is a set of about a dozen high-level command functions that load records into memory, update them in real time, and perform queries on them.
The TIBCO Patterns DevKit functions are kept simple. This applies not only to basic matching but also to advanced operations like field selection, document search, and match visualization.
All functions are optimized for efficiency. You can use the TIBCO Patterns DevKit to update records in real time, even in multi-threaded applications. This makes it easy to integrate matching and machine learning technology with your existing infrastructure.
For efficiency, load into the TIBCO Patterns servers only records and fields that you search. It is often useful to include identifying keys. For example, if a record is a paragraph of text on a web page, you can use the page's URL as a key.