Home: Difference between revisions
From BigID Developer Portal
No edit summary |
No edit summary |
||
Line 329: | Line 329: | ||
</section> | </section> | ||
</main> | </main> | ||
<script src="https://unpkg.com/[email protected]/jquery.highlight-within-textarea.js"></script> | |||
<script> | <script> | ||
async function discover() { | async function discover() { | ||
Line 339: | Line 340: | ||
}); | }); | ||
let json = await req.json(); | let json = await req.json(); | ||
console.log( | let highlighter = json.map((item) => { | ||
return {highlight: [pos, end],className: item.word} | |||
}); | |||
console.log(highlighter) | |||
$('#tryData').highlightWithinTextarea({highlight: highlighter}); | |||
} | } | ||
</script> | </script> |
Revision as of 21:53, 4 March 2022
See into your data
BigID allows you to sort through large swaths of data to see what really matters. Try it on the right.
Apps
Add custom logic and screens to your BigID system.
REST API
Manage BigID programmatically. Scan data, run SARs, and handle data breaches from anywhere.
Connectors
Scan any system, anywhere. Write your own connector in any programming language
Popular Articles: