Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recommended frontend ? #4

Open
RutgerBeyen opened this issue Oct 1, 2019 · 3 comments
Open

recommended frontend ? #4

RutgerBeyen opened this issue Oct 1, 2019 · 3 comments
Labels
hacktoberfest https://hacktoberfest.digitalocean.com/details question Further information is requested

Comments

@RutgerBeyen
Copy link

Hi, this looks very interesting! Do you perhaps have any suggestions for a frontend visualizing the DynamoDB contents ?
Regards,
Rutger

@rogergzousc
Copy link
Collaborator

Glad you're interested @RutgerBeyen ! Internally we use React and a Snap library that is loosely modeled after antd library. We have components like "Button", "page", "Spinner", "Table" and table related stuff, "Progress", and "Tooltip" whose analogous components can be found in antd. We also use InfiniteScroll from react-infinite-scroller.

https://ant.design/docs/react/introduce

https://www.npmjs.com/package/react-infinite-scroller

@rogergzousc rogergzousc added hacktoberfest https://hacktoberfest.digitalocean.com/details question Further information is requested labels Oct 1, 2019
@alexandresaiz
Copy link

@rogergzousc can OS the frontend ?

@rogergzousc
Copy link
Collaborator

@alexandresaiz thanks for your patience. Unfortunately, I've gotten a lot of push back internally on open sourcing the frontend.

The Snap css library used cannot be open sourced, so references would need to be replaced with public antd components.

The Snap internal website for this is actually deployed on GCP (Google Cloud Platform), and uses another internal Snap library to do cross-cloud communication with AWS DynamoDB. I'm not allowed to open source the cross-cloud communication Snap library.

It would be simpler to build a frontend native to AWS from scratch, due to these issues. The internal solution is not viable for open sourcing. If a public contributor would want to take a shot at a frontend, would be more than willing to code review and merge it in. Otherwise, this work will be deferred until later when cycles can be found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest https://hacktoberfest.digitalocean.com/details question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants