How to Develop a Great First Project?

I’m starting development within Palantir’s Foundry platform.

My first project will be as follows:

Create an application that allows users to identify accounts payable entries with discrepancies between the recorded data and the invoice PDF.

I would appreciate some initial support to ensure that I am following the correct steps. For the implementation details, I will refer to the courses and documentation, and I know that I can always count on the community.

Could someone please provide a step-by-step guide outlining what I should do until I deliver the final application to the users?

Note: As data sources, I have a table containing the entries and the PDFs.

2 Likes

Hello !

You might want to take a look at Solution Designer in Foundry, which might help you to get a first pass at your use-case. You can follow the “AIP Architect” wizard, part of the same application, to help you guide to a high level view of what it can look like.

If you end up with a first design, happy to continue to discuss here to refine it !
Most of the relevant questions will be asked to you in the process :slight_smile:

1 Like

And if you’re looking for a bit more theoretical guidance on developing a project idea into a solution design (and pairs with the functionality of the Solution Design app) you can take a look at this documentation.

And more specifically, you might find inspiration by looking at some related Examples, which has a number of implementations involving extracting data from documents in various ways.