Sign up to access all features of our service.
  • Job search
  • Favorites
  • Create a CV
    New
  • Salaries
  • Subscriptions

Staff Software Engineer — Search Platform, Ingestion & Indexing

$136k - $253k

Thomson Reuters

This posting is for proactive recruitment purposes and may be used to fill current openings or future vacancies within our organization.Overview of the RoleAdvanced Content Engineering (ACE) is seeking a Staff Software Engineer to serve as the technical anchor for the search platform’s ingestion and indexing systems. The platform processes millions of documents across TR’s legal, tax, and professional content corpora — parsing, chunking, enriching, embedding, and indexing them into a hybrid search engine that powers both human-facing search interfaces and autonomous AI agents. Getting this pipeline right, at scale, with zero-downtime operations and increasingly agentic retrieval patterns, is one of the platform’s most consequential engineering challenges.This role owns the design, implementation, and operational health of the document ingestion pipeline and search index management systems — from the Kafka-based streaming infrastructure that moves documents through processing stages, to the Vespa application architecture that stores and serves them. Staff Engineers on this team define, build, test, deploy, scale, and operate what they ship — full-stack ownership is not a principle we aspire to, it is the daily reality. AI-assisted development is the team norm, not the exception, and constant delivery to production is the expectation. This is a role for someone who sets architectural boundaries, not just executes within themAbout the RoleIn this position, you will focus on:Ingestion Pipeline Architecture & Engineering• Plan, design, develop, and own the end-to-end document ingestion pipeline — a Kafka-based stream processing architecture that moves documents through parsing, chunking, enrichment (entity extraction, embedding generation, metadata enrichment), and indexing stages — including all fault tolerance, version ordering, and at-least-once delivery guarantees• Architect and implement pluggable, configurable pipeline components (parsers, chunkers, enrichers, indexers) that client teams can assemble into custom topologies via the platform’s self-service APIs, while maintaining reliable, observable, and performant execution• Own the platform’s Protobuf-based document schema and schema registry integration — establishing schema governance standards, enforcing backward-compatible evolution, and ensuring reliable serialization across all pipeline stages• Design and implement dual-flow ingestion: a high-throughput batch path for full reindexing and a low-latency incremental path for real-time document updates, with strong guarantees around document version ordering and idempotent processing• Lead the migration of ingestion infrastructure from OpenSearch to Vespa, including design of Vespa document processors, custom Kafka feeders, and application package architecture — resolving complex technical challenges that have little or no precedent within the teamCustom Model Operationalization• Own the end-to-end lifecycle for custom models integrated into the ingestion pipeline — re-ranking models, embedding models, and enrichment components — including inference serving behind a stable API surface, latency SLO management, hardware and runtime configuration (batching, quantization), and scaling• Build and operate the model promotion pipeline: the CI/CD workflow that moves a model artifact from the fine-tuning team through staging to production, including versioning, canary rollouts, and rollback mechanisms — ensuring the platform team can operate model updates independently without depending on the research team for production changes• Define and maintain integration contracts between custom models and downstream pipeline components — governing input/output schemas, compatibility requirements, and the governance process for model updates that ensures search pipeline consumers are not broken by changes upstream• Instrument model serving for production observability: latency distributions, throughput, error rates, and quality signals such as re-ranking score distributions — enabling the team to detect regressions or model drift without requiring the fine-tuning team’s involvementSearch Engine & Index Management• Own the search engine layer end-to-end: design and operate Vespa (and OpenSearch during transition) index configurations, ranking profiles, schema definitions, and application package lifecycle management — applying architectural principles that scale to the platform’s long-term content and tenancy goals• Build and operate zero-downtime index management: shadow indexing, blue/green index promotion, and rolling reindex workflows that keep the platform available during major infrastructure changes• Implement and maintain the Component Registry and Index Registry — the platform’s catalog of reusable processing components and active index configurations — with a focus on correctness, observability, and safe concurrent modification• Develop the full-reindex and incremental-update orchestration logic, including change detection, document tracking, Kafka topic management, and DynamoDB-backed state managementAgentic Search Infrastructure• Design ingestion and indexing infrastructure with agentic retrieval patterns as a first-class concern — including explicit latency budgets per retrieval hop, chunking and result compression strategies optimized for token economy in context windows, and index boundary definitions that give agents clean, predictable tool contracts• Build trace-level observability into the retrieval stack that captures which tools were called, in what order, and with what inputs — enabling reliable diagnosis and reproduction of failures in non-deterministic agentic retrieval paths• Design session state and cache invalidation patterns for multi-turn agentic search: reasoning carefully about cache validity windows, session state scope (per-user, per-session, per-query), and mechanisms to prevent stale context from corrupting downstream agent responsesEvaluation & Search Quality• Build and own the integration between the ingestion pipeline and the platform’s offline evaluation framework — ensuring that experiment runs produce query/result outputs that feed seamlessly into the search grading tool, supporting gold test set maintenance, LLM-as-judge evaluation, and side-by-side ranking comparison across pipeline versions• Instrument the query and retrieval stack for online analytics: real-time query latency and throughput monitoring, query log collection for session analysis, and the infrastructure to support A/B and interleaved ranking experiments in production — generating the signals that connect low-level search metrics to downstream product KPIs• Partner with TR Labs and research scientists to ensure that new search components can be evaluated in isolation — with automated offline evaluation on every build and a clear path from evaluation results to production promotion decisionsReliability & Operational Ownership• Take full operational responsibility for ingestion and indexing infrastructure: define SLOs, set measurable goals and meet them, build and maintain CloudWatch dashboards and alarms, and participate in on-call rotations — you built it, you own it, you run it• Treat delivery friction as the enemy: identify and remove obstacles that slow the team’s ability to ship ingestion and indexing changes to production safely and frequently — improving CI/CD pipelines, deployment automation, and local development workflows as a standing priority• Instrument pipeline components with distributed tracing, structured logging, and rich metrics — establishing documentation standards and knowledgemanagement practices so that the team and platform consumers can understand system behavior at all times• Design and implement resilient fault tolerance mechanisms — dead-letter queues, retry strategies with exponential backoff, circuit breakers, consumer lag monitoring — that make the pipeline robust to downstream failures and transient errors• Drive system-level performance architecture: profiling ingestion throughput and indexing latency, identifying bottlenecks, and implementing optimizations that meet platform SLOs under peak loadTechnical Leadership• Serve as the team’s deepest technical authority on document processing pipelines and search engine internals — guiding architectural decisions, resolving technical ambiguity, and establishing cross-system design patterns that raise the quality bar across the team• Lead significant projects and initiatives that span multiple engineers and interact with other teams; determine work priorities based on strategic direction; recommend modifications to team operations and make needed adjustments to short-term priorities while maintaining strategic focus• Mentor and develop Senior and mid-level engineers — providing coaching, technical direction, and educational opportunities in modern distributed systems, stream processing, search infrastructure, and AI-assisted development practices• Collaborate closely with TR Labs and research scientists to integrate new chunking strategies, embedding models, and enrichment techniques into the pipeline in a safe, well-instrumented, and ethically responsible way• Deliver effective presentations on complex technical concepts to both technical and non-technical stakeholders; develop strategic plans for technology implementation that align with business objectivesAbout YouYou’re an ideal fit if you have:Required Experience —• Bachelor’s or Master’s degree in Computer Science, Engineering, or a related field• 8+ years of software engineering experience, with demonstrated progression to staff-level or equivalent technical leadership — including ownership of a functional area and leadership of significant cross-functional projects• Deep expertise in distributed stream processing: designing, building, and operating high-throughput, fault-tolerant event-driven pipelines using Kafka or equivalent technologies at production scale• Production experience with Vespa, OpenSearch, or Elasticsearch — including schema design, ranking profile configuration, and end-to-end application lifecycle management• Mastery of Python with strategic awareness of language and framework selection; strong software engineering fundamentals including test strategy, performance architecture, and system design• Proficiency with AWS cloud services used in data pipeline and search infrastructure (MSK, ECS, Lambda, DynamoDB, Step Functions, CloudWatch), with infrastructure-as-code experience (Terraform or AWS CDK)• Demonstrated ability to take full operational responsibility end-to-end — defining SLOs, building observability, running on-call, and driving systematic improvements from incident retrospectives — with a track record of shipping to production frequently and removing delivery friction proactively• Comfort and fluency with AI-assisted development tools; you use them to move faster and produce higher-quality work, not as a novelty• Track record of establishing architectural principles, cross-system design patterns, and documentation standards that improve the broader team’s engineering qualityPreferred Experience —• Experience operationalizing ML models in production: inference serving, model promotion pipelines, canary rollouts, and production observability for model quality signals• Familiarity with agentic retrieval patterns — multi-hop retrieval, latency budget management across retrieval hops, context window optimization, and stateful session design• Experience with online search analytics: instrumenting systems for query performance monitoring, A/B or interleaved ranking experiments, and query log analysis to surface relevance gaps• Experience with embedding pipelines, vector indexing, and hybrid (dense + sparse) retrieval architectures in a production context• Familiarity with Protobuf schema design and schema registry governance patterns (Confluent Schema Registry or equivalent)• Experience building self-service or multi-tenant platform infrastructure where reliability and correctness directly affect multiple downstream teams• Background in AI ethics frameworks and responsible deployment of machine learning components in production pipelinesWhat Success Looks LikeIn the first 90 days:• Develop a thorough understanding of the platform’s current ingestion and indexing architecture, active technical debt, known reliability gaps, and the roadmap for Vespa adoption• Establish strong working relationships with the search platform team, TR Labs, and key client teams consuming the ingestion pipeline• Take on-call ownership for your functional area and deliver at least one meaningful improvement to pipeline reliability, observability, or delivery automationIn the first year:• Lead the architectural design and delivery of a major phase of the Vespa migration — including ingestion pipeline changes, schema migration, and zero-downtime index promotion — resolving novel technical challenges with minimal precedent• Establish robust SLO coverage and observability across ingestion components, with on-call playbooks, documented architectural decision records, and demonstrated improvement in incident response quality• Deliver a production-ready custom model operationalization framework: inference serving, promotion pipeline, and observability for at least one custom model integrated into the ingestion or query stack• Become the recognized technical authority for ingestion and indexing — the person the team and partner organizations turn to for architectural direction in this domain — with demonstrated influence on platform strategy.#LI-TH1What’s in it For You?Hybrid Work Model: We’ve adopted a flexible hybrid working environment (2-3 days a week in the office depending on the role) for our office-based roles while delivering a seamless experience that is digitally and physically connected.Flexibility & Work-Life Balance: Flex My Way is a set of supportive workplace policies designed to help manage personal and professional responsibilities, whether caring for family, giving back to the community, or finding time to refresh and reset. This builds upon our flexible work arrangements, including work from anywhere for up to 8 weeks per year, empowering employees to achieve a better work-life balance.Career Development and Growth: By fostering a culture of continuous learning and skill development, we prepare our talent to tackle tomorrow’s challenges and deliver real-world solutions. Our Grow My Way programming and skills-first approach ensures you have the tools and knowledge to grow, lead, and thrive in an AI-enabled future.Industry Competitive Benefits: We offer comprehensive benefit plans to include flexible vacation, two company-wide Mental Health Days off, access to the Headspace app, retirement savings, tuition reimbursement, employee incentive programs, and resources for mental, physical, and financial wellbeing.Culture: Globally recognized, award-winning reputation for inclusion and belonging, flexibility, work-life balance, and more. We live by our values: Obsess over our Customers, Compete to Win, Challenge (Y)our Thinking, Act Fast / Learn Fast, and Stronger Together.Social Impact: Make an impact in your community with our Social Impact Institute. We offer employees two paid volunteer days off annually and opportunities to get involved with pro-bono consulting projects and Environmental, Social, and Governance (ESG) initiatives. Making a Real-World Impact: We are one of the few companies globally that helps its customers pursue justice, truth, and transparency. Together, with the professionals and institutions we serve, we help uphold the rule of law, turn the wheels of commerce, catch bad actors, report the facts, and provide trusted, unbiased information to people all over the world.Our use of AI within the recruitment process Thomson Reuters utilizes Artificial Intelligence (AI) to support parts of our global recruitment process. Unless you opt-out, our AI system will assess the information provided by you and compare it to the requirements listed for the role, and present the result to our recruitment personnel for further review. The AI system acts as a supporting tool, but there is always a human making the decision if you will be considered for the role.In the United States, Thomson Reuters offers a comprehensive benefits package to our employees. Our benefit package includes market competitive health, dental, vision, disability, and life insurance programs, as well as a competitive 401k plan with company match. In addition, Thomson Reuters offers market leading work life benefits with competitive vacation, sick and safe paid time off, paid holidays (including two company mental health days off), parental leave, sabbatical leave. These benefits meet or exceeds the requirements of paid time off in accordance with any applicable state or municipal laws. Finally, Thomson Reuters offers the following additional benefits: optional hospital, accident and sickness insurance paid 100% by the employee; optional life and AD&D insurance paid 100% by the employee; Flexible Spending and Health Savings Accounts; fitness reimbursement; access to Employee Assistance Program; Group Legal Identity Theft Protection benefit paid 100% by employee; access to 529 Plan; commuter benefits; Adoption & Surrogacy Assistance; Tuition Reimbursement; and access to Employee Stock Purchase Plan.Thomson Reuters complies with local laws that require upfront disclosure of the expected pay range for a position. The base compensation range varies across locations. Eligible office location(s) for this role include one or more of the following: New York City, San Francisco, Los Angeles, and/or Irvine, CA; McLean, VA; Washington, DC. The base compensation range for the role in any of those locations is $136,000 USD - $253,000 USD. For any eligible US locations, unless otherwise noted, the base compensation range for this role is $118,400 USD - $219,800 USD. For Ontario, Canada, the base compensation range for this role is $140,600 CAD - $190,600 CAD. Base pay is positioned within the range based on several factors including an individual’s knowledge, skills and experience with consideration given to internal equity. Base pay is one part of a comprehensive Total Reward program which also includes flexible and supportive benefits and other wellbeing programs. This role may also be eligible for an Annual Bonus based on a combination of enterprise and individual performance. About UsThomson Reuters informs the way forward by bringing together the trusted content and technology that people and organizations need to make the right decisions. We serve professionals across legal, tax, accounting, compliance, government, and media. Our products combine highly specialized software and insights to empower professionals with the data, intelligence, and solutions needed to make informed decisions, and to help institutions in their pursuit of justice, truth, and transparency. Reuters, part of Thomson Reuters, is a world leading provider of trusted journalism and news.We are powered by the talents of 26,000 employees across more than 70 countries, where everyone has a chance to contribute and grow professionally in flexible work environments. At a time when objectivity, accuracy, fairness, and transparency are under attack, we consider it our duty to pursue them. Sound exciting? Join us and help shape the industries that move society forward.As a global business, we rely on the unique backgrounds, perspectives, and experiences of all employees to deliver on our business goals. To ensure we can do that, we seek talented, qualified employees in all our operations around the world regardless of race, color, sex/gender, including pregnancy, gender identity and expression, national origin, religion, sexual orientation, disability, age, marital status, citizen status, veteran status, or any other protected classification under applicable law. Thomson Reuters is proud to be an Equal Employment Opportunity Employer providing a drug-free workplace.Thomson Reuters makes reasonable accommodations for applicants with disabilities, including veterans with disabilities, and for sincerely held religious beliefs in accordance with applicable law. If you reside in the United States and require an accommodation in the recruiting process, you may contact our Human Resources Department at View email address on click.appcast.io. Disability accommodations in the recruiting process may include things like a sign language interpreter, making interview rooms accessible, providing assistive technology, or other relevant accommodations. Please note this email is not intended for general recruitment questions and we will promptly respond to inquiries regarding accommodations. More information on requesting an accommodation here.Learn more on how to protect yourself from fraudulent job postings here.More information about Thomson Reuters can be found on thomsonreuters.comSummaryLocation: United States of America, Eagan, Minnesota; United States of America, Frisco, Texas; United States of America, Brooklyn, New York; Canada, Toronto, Ontario; United States of America, Ann Arbor, MichiganType: Full time

Vacancy posted 2 days ago
Similar jobs that could be interesting for youBased on the Staff Software Engineer — Search Platform, Ingestion & Indexing in Eagan, MN vacancy
  • $118.4k - $219.8k

     ...DescriptionSenior Manager, Software Engineering — Search PlatformOverview of...  ...the shared search platform at Thomson Reuters....  ...— spanning document ingestion and processing,...  ...engineers (including Staff and Senior levels),...  ...pipelines, or search/indexing infrastructure — at... 
    Suggested
    Full time
    Work at office
    Local area
    Flexible hours
    2 days per week
    3 days per week

    Thomson Reuters

    Eagan, MN
    4 days ago
  • $50 per hour

    Staff Software EngineerThe global capital markets are among the largest...  ...legal terms.As a Staff Software Engineer, Full Stack at Noetica, you'...  ...and APIs that power our search-centric web experience that’...  ...technical direction of our platform and decide our velocity of making... 
    Suggested
    Full time
    Work at office
    Local area
    Flexible hours
    2 days per week
    3 days per week

    Thomson Reuters

    Eagan, MN
    1 day ago
  • $135.2k - $306.4k

     ...Description Senior / Principal Software Engineer or Architect Database Engine, Search & Document Systems We are looking...  ...internals, query processing, indexing, storage formats, search...  ...work to ship inside a database platform used by demanding enterprise customers... 
    Suggested
    Full time
    Temporary work
    Flexible hours

    Oracle

    Minneapolis, MN
    4 hours ago
  • $183.1k - $340k

     ...are shaping the world. Our platforms drive legal, tax,...  ...Confirmation. As a Principal Software Engineer for Cloud Audit Suite, you...  ...teams. ~ Mentor staff and senior engineers, raising...  ...documents, retrieval and search, vector stores, and indexing strategies tailored to... 
    Suggested
    Work at office
    Local area
    Flexible hours
    Shift work
    2 days per week
    3 days per week

    Thomson Reuters

    Eagan, MN
    1 day ago
  • $103k - $155k

     ...Our AI-powered, cloud platform, RelativityOne, transforms...  ...Relativity’s legal AI software to securely surface...  ...DO At Relativity, engineers do more than write code...  ...operate distributed search ingestion pipelines using Elasticsearch, including index lifecycle management (... 
    Suggested
    Remote work

    Relativity

    Minneapolis, MN
    1 day ago
  • $127.4k - $236.6k

    Thomson Reuters is seeking a Staff Software Engineer. This person will be experienced in C# and lead advanced cloud AI services. Below is an overview...  ...teams and products at TR Develop robust API layers using platforms like Azure API Management and Google Cloud APIGEE to expose... 
    Full time
    Work at office
    Local area
    Flexible hours
    2 days per week
    3 days per week

    Thomson Reuters

    Eagan, MN
    2 days ago
  • $140k - $210k

     ..., Total Visits, March 2025) Day to Day As a Software Engineer IV (ML) on the Machine Learning Model Platform team at Indeed, you will be responsible for leading...  ...or referrals from non-candidates, including search firms, staffing agencies, professional recruiters... 
    Temporary work
    Work experience placement
    Local area

    Indeed

    Saint Paul, MN
    1 day ago
  • $218.03k - $256.5k

     ...the best of us, every day, as we build the emerging onchain platform — and with it, the future global financial system. To...  ...Attendance is expected and fully supported. We are looking for a Staff Software Engineer to join the Payment Rails team within Coinbase's Platform... 
    Local area

    Coinbase

    Saint Paul, MN
    1 day ago
  • $107.9k - $195.05k

     ...is seeking an experienced Release Train Engineer (RTE) to join the Air Traffic Business Area...  ...with scalable, cloud-based platforms that enhance safety, resiliency, and operational...  ...community.As part of a Scaled Agile (SAFe) software development organization, you will help... 
    Full time
    Contract work
    Remote work

    Leidos

    Eagan, MN
    4 days ago
  • $50 per hour

    Senior Software Engineer, Full StackThe global capital markets are among the largest markets in...  ...backend systems and APIs that power our search-centric web experience that’s core to the...  ...the technical direction of our platform and decide our velocity of making impacts... 
    Full time
    Work at office
    Local area
    Flexible hours
    2 days per week
    3 days per week

    Thomson Reuters

    Eagan, MN
    5 days ago
  • $189.2k - $372.9k

     ...Deloitte, Forward Deployed Engineers (FDE) don’t just build...  ...product, data, and platform leadersLead executive-...  ..., and knowledge search experiences using one...  ...pipeline design—including ingestion, chunking, embedding,...  ...verticalized sector solutions in software, data, AI, network,... 
    Local area

    Deloitte

    Minneapolis, MN
    4 days ago
  • $171.9k - $300.8k

     ...action on what data.Veza's Access Graph platform maps an organization's entire identity...  ...cloud environments, and AI agents. For engineers joining Veza today, this means the scale...  ...Job DescriptionWe are seeking a Senior Staff Software Engineer to serve as the technical... 
    Work at office
    Remote work
    Flexible hours

    Moveworks

    Minneapolis, MN
    3 days ago
  • $107.9k - $195.05k

    Senior DevSecOps Platform Engineer Leidos is seeking Senior DevSecOps Platform Engineers to join the Air Traffic Business Area within the...  ...design, implementation, and continuous evolution of secure software delivery platforms supporting multiple Agile development teams... 
    Full time
    Remote work

    Leidos

    Eagan, MN
    1 day ago
  • $50 per hour

     ...Senior Software Engineer, Full Stack The global capital markets are among the largest markets...  ...systems and APIs that power our search-centric web experience that's core to the...  ...influence the technical direction of our platform and decide our velocity of making impacts... 
    Work at office
    Local area
    Flexible hours
    2 days per week
    3 days per week

    Thomson Reuters

    Eagan, MN
    5 days ago
  • $110.7k - $372.9k

     ...lab. As an Agentic AI Engineer, you will design, build...  ...(RAG) pipelines: ingestion, chunking, embeddings,...  ...researchers, modeling and platform engineers, architects,...  ...verticalized AI systems across software, data, models, and...  ...-to-end RAG systems: indexing, retrieval, reranking,... 
    Local area
    Visa sponsorship

    Deloitte

    Minneapolis, MN
    4 days ago
  • $87.1k - $157.45k

    Lead DevSecOps Platform Engineer Leidos is seeking Lead DevSecOps Platform Engineers to join the Air Traffic Business Area within the Homeland...  ...as a Lead DevSecOps Platform Engineer supporting Agile software development teams through the design, implementation, and continuous... 
    Full time
    Remote work

    Leidos

    Eagan, MN
    1 day ago
  •  ...promote continuous improvement and innovation. What's Needed? Proven experience in project management within a technical or software environment. Strong organizational and leadership skills with the ability to manage multiple priorities. Excellent... 
    Weekly pay
    Temporary work
    Flexible hours

    Experis

    Saint Paul, MN
    3 days ago
  •  ...Senior Staff Software Engineer We're not here to add to the noise. We're here to cut through it- with AI that actually works for marketers...  ...-class CMS and the industry's most trusted experimentation platform, Optimizely is the tool modern marketers actually want to use... 
    Work experience placement

    Optimizely

    Minneapolis, MN
    3 days ago
  •  ...empowered with better information. Teradata Autonomous Knowledge Platform activates enterprise intelligence by unifying data,...  ...real business value with AI. What You'll Do As a Sr. Staff Software Engineer on the Database Query Optimization team at Teradata Labs, you... 
    Permanent employment
    Flexible hours

    Teradata

    Saint Paul, MN
    3 days ago
  • $253.9k - $298.7k

     ...the best of us, every day, as we build the emerging onchain platform — and with it, the future global financial system. To...  ...and reliability. The Role We are looking for a Senior Staff Software Engineer to serve as Coinbase's Solana Staking Protocol CTO — the... 
    Local area

    Coinbase

    Saint Paul, MN
    5 days ago
  • $123.66k - $184.6k

    Thomson Reuters Holdings Inc. / Senior Cloud and DevOps Engineer:Design, develop, and troubleshoot the software for Thomson Reuters' software applications.About...  ...the AWS cloud service to support the application platform;Push the developed code in the Git repository; review... 
    Full time
    Local area
    Remote work
    Flexible hours

    Thomson Reuters

    Eagan, MN
    5 days ago
  • $235.7k - $277k

     ...Location Type: Remote Department Engineering Compensation: $235.7K - $277K -...  ...Confluent, data doesn't sit still. Our platform puts information in motion, streaming in...  ...You Will Bring: ~10+ years of relevant software development experience. ~ Technical Expertise... 
    Full time
    Remote work

    Confluent

    Saint Paul, MN
    4 days ago
  • Job Description The Senior Staff Software Engineer is responsible for leading the team that supports and enhances the code base used for the company...  ...practices for the web and services (integration) platform. Lead the implementation of the full stack web experience.... 
    Work at office

    Ritchie Bros.

    Minneapolis, MN
    5 days ago
  •  ...Local AWS DevOps Engineer Duration: 6+ Months Client: Minneapolis, MN Basic Qualifications...  ...2 years of experience of AWS cloud platform/Kubernetes/Rancher At least 2 years...  ...Experience with data structures, data types, indexes, databases Experience architecting/... 
    Work experience placement
    Local area

    RIT Solutions

    Minneapolis, MN
    4 days ago
  •  ...including stored procedures, indexing, and data models. • Develop...  ...processing needs. • Build data ingestion and transformation workflows...  ...database development or data engineering. • Expertise in SQL Server,...  ...or to use our website for a search or application, please... 
    Full time
    For contractors
    Remote work
    Shift work

    Apex Systems

    Saint Paul, MN
    1 day ago
  •  ...seeking a mid-to-senior level Data Engineer to design, build, test, and...  ...existing data systems and platforms. Implement integrations...  ...application development or package software implementation. Experience...  ...or to use our website for a search or application, please contact... 
    Full time
    For contractors
    Work experience placement
    Visa sponsorship
    Work visa
    Shift work

    Apex Systems

    Eagan, MN
    5 days ago
  • $91.1k - $179.5k

     ...Capital team transforms technology platforms, drives innovation, and helps...  ...success. We are hiring an AI Engineer to build and operate the data...  ...an AI Data Engineer (data ingestion, curation, governance,...  ...chunking, embeddings, vector/hybrid search, and retrieval/evaluation... 
    Local area

    Deloitte

    Minneapolis, MN
    4 days ago
  • $111.1k - $130.7k

     ...Bank, Elavon is committed to building the platforms and ecosystems that help over 1.5...  ...implements complex data harmonization, ingestion, and visualization strategies, transforming...  ...: 5+ years in marketing data engineering, with 3+ years specifically in Salesforce... 
    Full time
    Work experience placement
    Local area

    US Bank

    Minneapolis, MN
    3 days ago
  • $105.8k - $124.4k

     ...make an impact?West Monroe is seeking a Software Engineer to join the AI Assets Foundry Team,...  ...scalable, secure AI-enabled applications and platform components in partnership with product...  ...patterns, and exposure to vector search or embedding stores where applicable Cloud... 
    Local area
    Immediate start
    Flexible hours

    West Monroe Partners

    Minneapolis, MN
    5 days ago
  • $118.4k - $219.8k

    Are you a hands-on AI engineer who wants to build the next generation of legal AI solutions...  ...up?Thomson Reuters is hiring a Senior Software Engineer - AI on our CoCounsel Forward Deployed...  ...vector databases.Experience with cloud platforms such as AWS, Azure, or GCP, plus... 
    Full time
    Contract work
    Local area
    Flexible hours

    Thomson Reuters

    Eagan, MN
    1 day ago

Do you want to receive more vacancies?

Subscribe and receive similar vacancies to Staff Software Engineer — Search Platform, Ingestion & Indexing. Be the first to apply!