Geo Analysis or Spatial Insights - Add-Ons that Nail It!
With the importance of geographic analysis coming to light over the last few years, Sisense and QbeeQ are offering geo spatial add-ons that offer a quick and intuitive way to visualize data over an area of interest. Read the article to learn about the full picture of an advanced Geo-Spatial analytical story.4.2KViews6likes0CommentsA woman's journey in tech: Empowerment, growth & breaking barriers
Discover Mia’s journey as a woman in tech—her experiences, challenges, and triumphs in the industry. From building trust in male-dominated spaces to advocating for women’s recognition and career growth, Mia shares insights on empowerment, partnerships, and the evolving future of tech and data analytics.493Views4likes2CommentsBuilding Data Models that Scale
It’s not enough that your data answers the questions you have today. You must build a data model that answers the questions your company will have tomorrow, and beyond. Learn how to build data models of the future in this article and plan and scale your business for success.1.8KViews4likes3CommentsEnhancing web security: A deep dive into single sign-on (SSO) and web access tokens (WAT)
Single Sign-On (SSO) and Web Access Tokens (WAT) are two pivotal technologies in the domain of web security and user authentication. SSO simplifies the user experience by enabling access to multiple applications with a single set of login credentials, thereby enhancing both convenience and security. Conversely, WAT plays a crucial role in secure access management by granting temporary tokens that verify user identity and permissions across web applications. Both SSO and WAT are integral to creating a secure and seamless digital environment, each addressing unique facets of user authentication and access control. In the following sections, we will explore the mechanisms, benefits, and implementations of SSO and WAT.634Views2likes0CommentsSisense application logs
Sisense application logs The Sisense Support team typically uses the application log data to investigate outages, troubleshoot bugs, or analyze reported issues. Analyzing application logs can help the Support team determine the root cause of incidents. The location of log directories on a single node: /var/log/sisense/namespace/ /var/log/sisense/sisense/query.log /var/log/sisense/sisense/combined.log -- logs of all services If your environment does not have this setup, here is how you can gather the appropriate logs to share For Example, if interested to Access galaxy logs: kubectl -n sisense logs $(kubectl -n sisense get pods -l app="galaxy" -o custom-columns=":.metadata.name" ) Tail the log and print the last 100 lines: kubectl -n sisense -f --tail=100 logs $(kubectl -n sisense get pods -l app="galaxy" -o custom-columns=":.metadata.name" ) Get logs from specific pod: sisense@node1: kubectl logs $(PODNAME) -n $(NAMESPACE) Helpful Tips: In all Sisense installs, it would be very helpful to generate the Support File in the Admin tab under 'System Management'. When the issue occurs, you can download the file; this application log is a file that contains information about events that have occurred within a software application. This file contains logs of all services. Additional Resources: Guideline for submitting a Support inquiry Overview to Interpreting Sisense 7.2+ Logs567Views2likes0CommentsLeveling up analytics: From home-grown solution to Sisense
BigTinCan, a SaaS-based enterprise sales enablement solution developed by a small team in Minneapolis, originally used an in-house developed data visualization system. This system was based on popular open-source graphing libraries and initially met the needs of their customers. However, as the demand for more features such as additional dashboards, reports, automatic subscriptions, and filters grew, the engineering team found itself overwhelmed. The diverse needs of their customers created a never-ending roadmap of feature requests, prompting the team to evaluate commercially available data visualization products.2KViews2likes0Comments