Suggested Categories:

CAD Viewers
CAD viewers are software tools that enable users to open, view, and interact with CAD (Computer-Aided Design) files without requiring full CAD software for editing or creating designs. These viewers allow users to view 2D and 3D drawings, blueprints, and models in various CAD formats, such as DWG, DXF, or STEP, and often provide features like zooming, rotating, and panning. CAD viewers are commonly used in industries such as engineering, architecture, and manufacturing to review designs, collaborate on projects, and share files with stakeholders. Some CAD viewers also offer markup and annotation tools for commenting on designs.
SQL Editors
SQL editors are software tools that enable users to write, edit, and execute Structured Query Language (SQL) queries to interact with databases. These editors provide an interface for managing and manipulating data in relational database management systems (RDBMS), allowing users to create, read, update, and delete (CRUD) records in tables. SQL editors often include features like syntax highlighting, query formatting, auto-completion, and debugging tools to make the writing and execution of SQL queries easier and more efficient. Many also offer integration with different databases, support for complex queries, and built-in tools for database design and management. By enhancing the user experience and providing powerful database manipulation capabilities, SQL editors are essential tools for database administrators and developers.
Markdown Editors
Markdown editors are software tools that allow users to create and edit content using the Markdown markup language, which is designed to be a simple way to format text for the web. These editors provide a user-friendly interface for writing structured text with formatting like headings, links, lists, and images, without requiring complex HTML coding. Many Markdown editors offer live previews of the formatted content as it's being written, helping users visualize how the final output will look. These tools often support exporting documents to various formats, such as HTML or PDF, and integrate with other tools like version control or content management systems. Markdown editors are popular for writing documentation, blogs, notes, and technical content due to their simplicity and efficiency.
WYSIWYG Editors
WYSIWYG (What You See Is What You Get) editors are software tools that allow users to create and edit content visually without having to write code. These editors provide a graphical interface where users can design webpages, documents, or other content by directly manipulating elements like text, images, and layouts, with the end result closely resembling the final output. WYSIWYG editors are commonly used for web development, email design, document creation, and content management, making them accessible to both technical and non-technical users. They typically include features like drag-and-drop functionality, formatting options, and template customization, allowing for quick content creation and design. By abstracting the technical complexity, WYSIWYG editors streamline the process of content creation, enabling users to focus on the visual and structural aspects.
Text Editors
Text editors are software applications that allow users to create, edit, and manipulate plain text files. They are essential for writing and editing code, documentation, notes, and other types of text-based content. Text editors typically offer basic features like syntax highlighting, search and replace, and line numbering for developers, as well as more advanced features like version control integration, autocomplete, and code folding. While simple text editors allow basic editing, more advanced versions are widely used for their versatility and customization options, especially in programming and content creation.
Code Editors
Code editors are software tools that allow developers to write, edit, and debug source code for programming and web development. These editors provide essential features like syntax highlighting, code completion, auto-indentation, and error detection to enhance productivity and reduce coding errors. Many code editors also offer integrations with version control systems (like Git), debuggers, and build tools, allowing developers to manage their code and workflows efficiently. While some code editors are lightweight and focused solely on text editing, others offer extensive features and customization options through plugins and extensions. By providing a streamlined environment for coding, code editors are essential for software development, web development, and scripting tasks.
HTML Editors
HTML editors are software tools used to create and edit HTML (HyperText Markup Language) code, which is the standard language used to build and design webpages. These editors provide a user-friendly interface for writing, editing, and previewing HTML code, often with features like syntax highlighting, code auto-completion, and real-time previews. Some HTML editors also include tools for CSS and JavaScript integration, making it easier for developers to build complete web pages with styles and interactive elements. HTML editors are widely used by web developers, designers, and content creators to streamline the web development process.
XML Editors
XML editors are software tools that allow users to create, view, and edit XML (eXtensible Markup Language) files. These tools provide features such as syntax highlighting, validation, auto-completion, and formatting, which make it easier to work with XML data. XML editors also help users ensure that the XML structure is correct and complies with relevant schemas, making them particularly useful for developers working with web services, data exchange, or configuration files. Some XML editors offer advanced features like XPath, XSLT support, and integration with other software development tools.
PDF Editors
PDF editors allow users to create, modify, and manage PDF documents by adding, removing, or editing text, images, and other elements within the file. These platforms typically offer tools for annotating, highlighting, and commenting on PDFs, as well as the ability to rearrange pages, merge multiple PDFs, or split a single document into several files. PDF editors also often include features like form filling, digital signing, and password protection, enhancing document security and interactivity. By using PDF editors, businesses and individuals can customize documents, improve collaboration, and streamline workflows for handling digital paperwork.
XML Databases
XML databases are a type of database that stores, manages, and retrieves data in the XML (Extensible Markup Language) format. These databases are designed to handle semi-structured data, where data is stored in a tree-like structure using tags, making it more flexible than traditional relational databases. XML databases support querying and manipulating XML data using specialized languages such as XPath, XQuery, and XML Schema. They are commonly used in applications that require complex data structures, such as content management systems, document storage, and web services. XML databases allow for efficient handling of large and dynamic datasets while maintaining the hierarchical relationships between elements, making them suitable for applications that need to store and retrieve structured or semi-structured data efficiently.
Photo Viewers
Photo viewers are software applications designed to allow users to view and browse image files in various formats, such as JPEG, PNG, TIFF, GIF, and BMP. These tools typically offer basic features like zooming, rotating, and panning, as well as support for viewing image metadata. Advanced photo viewers may include additional functionalities like slideshow creation, image editing tools, file organization, and batch processing. They are used for personal and professional purposes to manage and display digital images on computers or mobile devices, providing a user-friendly way to interact with visual content.
DICOM Viewers
DICOM viewers are software tools used by healthcare professionals to view, analyze, and interpret medical images in DICOM (Digital Imaging and Communications in Medicine) format. These viewers are designed to handle medical imaging data, such as X-rays, MRIs, CT scans, and ultrasounds, and provide features like zooming, panning, rotation, and annotation for image analysis. DICOM viewers often include advanced functionalities such as multi-frame viewing, 3D rendering, and measurement tools to assist in diagnosis and treatment planning. They also ensure compliance with medical data standards and can integrate with other medical software like Electronic Health Records (EHR) systems and Picture Archiving and Communication Systems (PACS).
BIM Viewers Software
BIM viewers are specialized software tools that allow users to view, explore, and analyze Building Information Models (BIM) without requiring advanced design or modeling skills. These viewers support 3D visualization, enabling stakeholders to inspect architectural, structural, and MEP (mechanical, electrical, plumbing) elements in an intuitive way. Many BIM viewers offer interactive features like section cuts, measurements, and annotation tools, making it easy for project teams to collaborate and provide feedback. They’re essential for sharing project details with clients, contractors, and team members who may not have access to or expertise in full BIM software.
Database Software
Database software and database management systems are a type of software designed to store, manage and retrieve data. It is used to organize all kinds of information in an efficient manner, allowing users to quickly access the data they need. Many databases are tailored for specific purposes and applications, ranging from transaction processing systems to large-scale analytics platforms. Database software may be used on its own or connected with other software services for complex operations.
Key-Value Databases
Key-value databases are a type of NoSQL database that store data as pairs, where each unique key is associated with a value. This structure is simple and highly flexible, making key-value databases ideal for scenarios requiring fast access to data, such as caching, session management, and real-time applications. In these databases, the key acts as a unique identifier for retrieving or storing the value, which can be any type of data—strings, numbers, objects, or even binary data. Key-value stores are known for their scalability, performance, and ability to handle high volumes of read and write operations with low latency. These databases are particularly useful for applications that require quick lookups or high availability, such as online retail platforms, social networks, and recommendation systems.
Graph Databases
Graph databases are specialized databases designed to store, manage, and query data that is represented as graphs. Unlike traditional relational databases that use tables to store data, graph databases use nodes, edges, and properties to represent and store data. Nodes represent entities (such as people, products, or locations), edges represent relationships between entities, and properties store information about nodes and edges. Graph databases are particularly well-suited for applications that involve complex relationships and interconnected data, such as social networks, recommendation engines, fraud detection, and network analysis.
Database Security Software
Database security software tools enable organizations to secure their databases, and ensure security compliance with database operations.
Columnar Databases
Columnar databases, also known as column-oriented databases or column-store databases, are a type of database that store data in columns instead of rows. Columnar databases have some advantages over traditional row databases including speed and efficiency.
Database Monitoring Tools
Database monitoring tools help businesses and IT teams track, analyze, and optimize the performance of their databases to ensure smooth operation, prevent downtime, and maintain data integrity. These tools typically provide features for real-time monitoring of database metrics such as query performance, response times, CPU and memory usage, and disk space utilization. Database monitoring software often includes alerting mechanisms for detecting issues such as slow queries or resource bottlenecks, as well as detailed reporting and analytics to improve database efficiency and scalability. By using these tools, organizations can proactively manage database health, troubleshoot problems, and optimize system performance.
Relational Database
Relational database software provides users with the tools to capture, store, search, retrieve and manage information in data points related to one another.
View more categories (20) for "database viewer-editor"

24 Products for "database viewer-editor" with 1 filter applied:

  • 1
    Chemaxon Marvin Pro
    ...Chemical editors shouldn’t be complicated. With our intuitive solution, you can transform your chemical structure ideas into clear visuals. The quality of your chemical drawing should match the effort you put into your research. Marvin Pro allows you to create high-quality visuals that you can then present to your workplace. Let the Marvin Pro canvas become an extension of your mind.
  • 2
    PlanningForce

    PlanningForce

    PlanningForce

    Bring A.I. into the heart of S&OP processes to boost overall company performance while making the most of existing ERP systems and scarce human resources. PlanningForce’s Decision Intelligence layer helps you to make the most of human expertise, modeling, databases and A.I. to optimize complex and non-linear decision-making processes. By combining four cornerstones: human experience, modeling, databases and artificial intelligence, PlanningForce provides a layer of Decision Intelligence that helps managers to steer their decision-making with incredible speed and precision. The results obtained by this layer of Decision Intelligence are so powerful – and insightful – that Decision-Makers feel in control of processes that have become increasingly complex and interdependent over time. ...
  • 3
    Nextnet

    Nextnet

    Nextnet

    Do not spend your valuable time searching through different databases or worrying about different data formats or arcane queries. Instead, spend your time applying your intuition and domain expertise to discover new insights and follow the scientific leads that you think are interesting. We built Nextnet, a digital infrastructure, leveraging recent breakthroughs in natural language and explainable AI, software, graph databases, and, human-in-the-loop reinforcement learning to accelerate scientific discovery and R&D. ...
  • 4
    SciSpace BioMed Agent
    SciSpace BioMed is a domain-native AI “co-scientist” for biomedical research that combines a vast literature database with 150+ integrated bio-tools and 100+ academic databases and software suites to streamline complex research workflows, from genomics and single-cell analysis to drug discovery and clinical genomics. It enables researchers to ask natural-language questions, ingest datasets, interpret variants or multi-omics data, design cloning or wet-lab workflows, reason about clinical or disease biology, and generate publication-ready outputs (e.g., figures, tables, and presentations) with full transparency and citations. ...
    Starting Price: $12 per month
  • 5
    Signals Inventa

    Signals Inventa

    PerkinElmer Informatics

    ...Signals Inventa expands scientific understanding with a range of scientific-analytical methods, including R-group decomposition, chemical clustering, matched molecular pair analysis, maximum chemical substructure, blast search of both internal and external databases, and sequence alignment.
  • 6
    actisCRM

    actisCRM

    Actis Sales Technologies

    So much more than a repository for names and addresses. Generating awareness about who has received your message and how, it can be interrogated for up-to-date commercial information at any time. A feature-rich database which can be configured and customised to suit your business. Straight-forward and easy to use, it’s been designed with pharmaceutical sales organisations in mind with add-ons and development propositions tailored to your company’s needs. Always accessible, actisCRM allows rapid interaction through desktop and mobile applications that suit every part of your business, from traditional face-to-face call reporting, through key account management and medical sales liaison to management at all levels.
  • 7
    eCADinfo

    eCADinfo

    CIMINFO Software

    Developed specifically for the life sciences industry, eCADinfo is a 21 CFR Part 11 compliant engineering data management system designed to reduce costs and improve efficiency, productivity and compliance in FDA-regulated environments. eCADinfo stores engineering data in a wide variety of formats that include engineering drawings, equipment/system specification databases, web links to supplier sites, spreadsheets containing device parameter data, procedures, manuals, and shop sketches. The system allows you to organize this data in a structured hierarchy of meaningful information that best meets your existing business processes. The rich graphical user interface provides a wealth of information at a glance for ease of system maintenance and control. ...
  • 8
    ChemOffice

    ChemOffice

    PerkinElmer Informatics

    ...Chem3D generates 3D models so that chemists can view their compounds in three dimensions to assess shape and properties to maximize activity or specificity. ChemFinder is a chemically-intelligent personal database system that scientists use to organize their compounds and to search for and correlate structures with properties.
  • 9
    Scilligence RegMol
    Scilligence’s RegMol is an entity registration and bioassay database which supports all entities. Our comprehensive and easy-to-deploy platform enables centralized management of protocols and assay data to support all research and development collaborations. RegMol empowers data driven decisions through our powerful data mining analytics including query by chemical structure, HELM and biosequences.
  • 10
    Symmetryk

    Symmetryk

    Symmetryk

    ...The platform allows access to content anywhere, whether in a physician's office, a hospital basement, or on a flight, ensuring content is always up-to-date. Symmetryk is built with a highly streamlined content database, enabling access to any piece of content in just three clicks. It provides granular analytics on content utilization and insights into which content is appreciated by medical science liaisons.
  • 11
    Ember

    Ember

    MetiStream

    ...Integrate and analyze both claims data and clinical notes to more effectively manage high risk and high cost member cohorts. Life Sciences. Rapidly match patients to clinical trials–and vice versa–using clinical trial databases and data from clinical notes. Leverage the power of real world clinical data and evidence. Ember is an end-to-end solution at the intersection of NLP and predictive analytics. Streamline. Healthcare Analytics for Unstructured Data to Improve Quality, Efficiency, and Outcomes
  • 12
    StrandOmics

    StrandOmics

    Strand Life Sciences

    ...It has been honed over 4 years and over 10,000 clinical reports and multiple peer-reviewed publications. Strand Omics combines bioinformatics algorithms, curated databases, visualization interfaces and reporting capabilities. It has specialized workflows for both rare inherited disorders as well as somatic tumor profiling tests. The platform contains over 10,000 somatic variants curated for oncogenicity, 100 genes curated for druggability in multiple cancer types and 500 drugs curated for evidence in multiple cancer types.
  • 13
    Genoox

    Genoox

    Genoox

    Through our diverse and growing community, Genoox accumulates the most relevant database and delivers actionable, real-world genomic insights that impact lives, improve clinical outcomes, and shape the business of healthcare. Our solutions are changing the face of genomics. Genoox uses the power of its community and combines public data with community data to streamline the path from DNA sample to clinical report, impacting patient care by making genomic data accessible and actionable at the point of care. ...
  • 14
    Platforce CRM

    Platforce CRM

    Platforce

    Platforce CRM is a cloud-based all-in-one Closed-Loop Marketing, Customer Relationship Management and eDetailing solution for pharmaceutical and life science companies to automate industry-specific business processes and improve customer engagement. The System allows you to provide the marketing and sales activities in full: from the marketing cycle initiation through databases creation, territories assigning, and calls carrying – to KPI analysis. The platform includes a handy built-in planner to schedule medical representative activities; and its parameters are configurable enough to meet your business requirements. Among other functions, the Platforce CRM allows various calls performance, including remote calls, and statistics analysis after the call.
    Starting Price: $15/month/user
  • 15
    ActivityBase
    ActivityBase is the established industry software platform for screening data management, with feature-rich data analysis tools, built-in object/compound registration tools and the industry standard database. ActivityBase provides analysis support for a wide range of biochemical, cellular and biophysical assay formats (including Ion Channel, FLIPR, Kinetic, SPR, Mass Spectrometry assays). The system integrates into HCS imaging stores (Perkin Elmer Columbus, Thermo Fisher HCS Studio, Molecular Devices MDCStore) for easy import of data and images. ...
  • 16
    Exigyn

    Exigyn

    Exigyn

    ...Generate clinical trial scenarios, pressure-test cash runway, and still have time for dinner. Optimize trial costs by leveraging key KPIs like patient enrollment, site performance, and cost per patient. Adopt our multidimensional database for precise, detailed tracking, even down to individual vendor names. Instantly refine financial forecasts, budgets, department structures, project listings, charts of accounts, and spending, all with a single click. Streamline personnel forecasting, align headcount with clinical milestones, and optimize your organizational structure. ...
  • 17
    Amici

    Amici

    Amici Procurement Solutions

    MyAmici is a cloud-based LabOps platform that integrates purchasing, supply-chain, inventory, and procurement software for biotech and life-science labs into a single, unified system. It connects the lab’s internal systems (e.g., ERP, inventory databases, supplier catalogs, order & invoicing tools) with external suppliers and vendors so that information flows in real time, enabling labs to maintain a consistent, reliable “single source of truth” for procurement, stock levels, consumption, invoices, and delivery statuses. This integration ensures that product catalog changes, order placements, deliveries, and invoicing are synchronized automatically between supplier systems and the lab’s internal records, eliminating manual data entry and reducing the risk of errors. ...
  • 18
    i2e Optima

    i2e Optima

    i2e Consulting

    ...With i2e Optima you can monitor performance, optimize resources, and compliance through insights and visualizations. It features custom built-in dashboards, integration with multiple databases, and PPM technologies like Planisware. Anticipate planning bottlenecks before they happen. Stay on point for existing and future project needs. Precise resource forecasting with minimum deviation. One source truth for real-time resource management. Projected timing, demand, and cost. Insights and dashboards for data-backed decision-making. ...
  • 19
    ACMA Engage

    ACMA Engage

    Accreditation Council for Medical Affairs (ACMA)

    ...This web-based system offers convenient access across all devices, enabling professionals to manage Key Opinion Leader (KOL) interactions and medical affairs activities seamlessly. Designed with input from industry experts and feedback from thousands of BCMAS-certified professionals, ACMA Engage provides a fully searchable, relational database of information about healthcare opinion leaders associated with the treatment of diseases or the use of pharmaceutical/biopharmaceutical products or devices. Key features include face-to-face meeting management with thought leaders, Phase IV trials oversight, a 360-degree view of compliant interactions, and education alignment with outcomes.
  • 20
    FutureHouse

    FutureHouse

    FutureHouse

    ...FutureHouse also offers a framework for training language agents on challenging scientific tasks, enabling agents to perform tasks such as protein engineering, literature summarization, and molecular cloning. Their LAB-Bench benchmark evaluates language models on biology research tasks, including information extraction, database retrieval, etc.
  • 21
    Claude for Life Sciences
    ...The solution connects Claude’s large-language-model capabilities with key research environments and data sources, linking to platforms like lab information systems, genomic analysis tools, and biomedical databases, so scientists can move seamlessly from hypothesis generation through data interpretation to publication-ready outputs. The system also introduces “skills” and specialized connectors built for life-science use cases; for example, a skill for single-cell RNA-seq quality control, or integration with spatial-biology toolchains, enabling meaningful dialogue with analytic pipelines rather than simply raw prompts. ...
  • 22
    Claude for Healthcare
    ...It enables use cases such as prior authorization review, insurance claims appeals, clinical documentation generation, patient message triage, care coordination, and other administrative workflows by validating provider credentials, medical codes, coverage requirements, and drafting recommendations or summaries with traceable sources for verification. Claude can integrate with industry standards and databases, including CMS coverage policies, ICD-10 codes, provider registries, and PubMed, and supports secure connection to personal health records (e.g., lab results and medical histories) with user consent so patients or clinicians can get plain-language summaries and insights.
    Starting Price: $17 per month
  • 23
    Nygen

    Nygen

    Nygen

    Nygen is a cloud-based single-cell RNA-seq (scRNA-seq) and multi-omics data analysis and discovery platform designed to let researchers upload, explore, visualize, analyze and interpret complex cellular datasets with an intuitive, no-code interface that supports drag-and-drop workflows and advanced scientific analysis without requiring programming expertise; it combines Nygen Analytics for rapid, reproducible scRNA-seq exploration with collaborative dashboards and publication-ready outputs, Nygen Database for accessing and hosting curated single-cell datasets to accelerate research and comparative studies, and Nygen Insights, an AI-augmented tool that delivers highly accurate cell annotations, in-depth disease impact analysis and tailored biological insights; it supports a wide range of data formats, integrates public data, enables secure cloud-based collaboration, and provides features like literature-linked evidence and biomarker-focused analyses.
  • 24
    Logilab ELN

    Logilab ELN

    Agaram Technologies

    Logilab® ELN is Agaram’s time-tested Electronic Lab Notebook (ELN) solution designed to make laboratories completely paperless by enabling them to record, execute & store their tests, experiments, and lab tasks in a secure secure central database. Logilab® ELN is used by laboratories conducting tests & experiments across various scientific fields, and by researchers/organizations involved in project & product development in regulated and non-regulated industries. It ensures that laboratory organizations can aim to achieve higher productivity, better quality and compliance to various statutory compliance standards as well as Good Lab Practices (GxP) principles of data integrity. ...
    Starting Price: $30 / Month / User
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB