Coder Social home page Coder Social logo

dsdummies's Introduction

dsdummies's People

Contributors

parthkapil avatar prernaa96 avatar smarru avatar umangmsharma avatar umasharm avatar

Watchers

 avatar

dsdummies's Issues

Feedback for Project Milestone 1

Hello,

Me and my team were trying to review your project. But we came across few issues while setting-up the project.

  1. As you mentioned in the wiki we tried cloning your repo but we got checkout error(Attached the screenshot below). So we went ahead and downloaded the zip to run the project.
  2. The wiki description is not specific enough, for example you did not explicitly mention to download Anaconda to run the Flask-app in conda environment. But we went ahead and installed Anaconda.
  3. After installing Anaconda we ran the command for setting up the virtual environment. But we encountered an error(Attached screenshot below) because of which we couldn't proceed further.
  4. Next we tried to follow the Docker steps which were mentioned. But "make" command is not working on my machine(Attached screenshot below). Is there a specific software which needs to be installed for it?

We are looking forward to hear from you in order to run your project successfully.

Git Checkout error
image

Virtual environment error
image

Make command error
image

Best,
Team Ampersand

Project 1 Feedback

Overall, the one-liner start.sh file looks really awesome.

Team Zilean 🦄

Dockerize Auth server

Would need to commit Dockerfile, .dockerignore and Makefile for dockerizing this authentication server application.

Build taking > 15 minutes

The docker build is taking more than 15 minutes. Exits with the error -
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.feed_queue: Pending: set()
compose.parallel.parallel_execute_iter: Failed: ServiceName(project='dsdummies', service='react-app', number=1)
compose.parallel.feed_queue: Pending: set()

ERROR: for dsdummies_react-app_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
compose.parallel.parallel_execute_iter: Failed: <Service: react-app>
compose.parallel.feed_queue: Pending: set()

ERROR: for react-app UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
ERROR: compose.cli.errors.log_timeout_error: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regular

Front end commit

This issue would be used to commit the front end code in React.js

Feedback for Project 1 [CoDist]

There could have been a hashing structure for repetitive input queries to reduce the computational load on the Data Ingestor.

Docker-compose

This is a single file that shall be used to dockerize and bring up the containers for all the images, namely for React-app(Frontend), Nodejs-app(Auth-service), Cache(Springboot) and Data Ingestor(Flask App).

Project 1 Feedback [CoDist]

The structure of the project seems simple enough to understand. But, from the Data flow Diagram there seems to be no connection between authentication and the spring boot service, what if the request is from an outside source it goes straight to the cache service.

Every connection seems to be Synchronous call, which is good for small scale application. But will not be able to hold a heavy workload.

Talking about Caching instead of caching the whole data file, you could have cached the result of the preprocessor keeping the params of the input from user as keys, and the result as the key. That could have saved a lot of storage, and load up time.

Cache Service | Store AWS data

This service is being used for two purposes-

  1. Fetch existing weather data from the database
  2. Receive data from Data Investor service and store it in database

Data Ingestor for plotting Data

This is a Flask service that interacts with the S3 server to fetch weather data. Then it plots that data using Pyart and other plotting libraries.

Project 1 Feedback

I tried following the steps on the wiki page. I am unable to find any steps to checkout branches. It is unclear on how to change directory or run the bash command given on the wiki page. We need to pull and checkout the branch in order to run any commands. Could you please provide a little more detailed steps on how to go about that?

Team Orion

Project Milestone 1 Feedback(Team Ampersand)

Hi Team,

Thank you for fixing the errors which I mentioned in the previous issue(#52). I will definitely try and setup the project some time in future.
On a side note, to run 'chmod' and 'make' command one requires a Linux based machine. I have a Windows machine hence was facing the issues.

Best,
Team Ampersand

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.