Skip to main content

Questions tagged [scala]

The tag has no usage guidance.

1 vote
0 answers
13 views

Recommendations for Technology Stacks Needed to Build a Feature Store?

I am in the process of designing a simple but robust and scalable feature store architecture. So far, I've built a framework for creating custom feature pipelines in Scikit-Learn. Ideally, I want the ...
Riley Hun's user avatar
  • 111
1 vote
0 answers
7 views

Build Akka library partly

I want to add configurations to Akka library and build it again. It takes me a lot of time to build the whole project every time for testing the changes on a jar file library.Is it possible to build ...
13leak's user avatar
  • 11
2 votes
1 answer
74 views

Looking for a good geographical library in scala

I require some geographical features in my package: Is this (lat, lon) point inside a polygon (geojson)? Create a buffer around a line. Production of a geojson from the intersection of two polygons. ...
Ricardo Olvera's user avatar
2 votes
1 answer
233 views

Are there libraries to detect Linux distribution information in Java?

I've been looking for some solution to find the name and version of the Linux distribution where I am running my Java code, eg. Ubuntu 18.04, CentOS 6, etc. I am aware of files as /etc/os-release, or ...
Himanshu Shekhar's user avatar
0 votes
1 answer
15 views

Scala ide recommandation

I am still new to Apache spark, hdfs and scala. I am starting a new project on Spark. I am using HDFS and Scala. I need an Ide for my scala programming. I know how to use Netbeans but now after doing ...
Amel Hadfi's user avatar
1 vote
0 answers
84 views

Is there a Scala plugin for VSCode or IntelliJ that opens a code visualiser side by side?

For my project, I have to create a code in IntelliJ IDEA Scala but it's getting difficult for me to draw out and visualize how elements in my code work with each other. I was wondering if there is a ...
Edgar Ustian's user avatar
2 votes
1 answer
431 views

Looking for Scala or Java library that supports symbolic algebra and step-by-step symbolic solutions

I'm looking for a library in (preferably) Scala or Java that supports symbolic algebra (solving equations in an algebraic way, not just numerically). It would also be really great if it supported ...
Ryan Stull's user avatar
0 votes
0 answers
26 views

Tool for monitoring and tracking JVM applications

I want to monitor JVM applications. I want something simple to set up, easy and intuitive. I want insights about the bottle necks of my applications. I have applications running on the JVM, and ...
Filipe Miranda's user avatar
1 vote
0 answers
129 views

Scala/Java quick way to wrap a command line (linux) pipe into a REST service?

I would like to wrap a linux command (some compiled C program in this case but could be anything) which reads input from standard input and produces response output on standard output into a light-...
jpp1's user avatar
  • 111
1 vote
1 answer
6k views

A good library for SFTP/FTP functionality for Scala? [closed]

I've been checking out https://github.com/dacr/jassh and https://github.com/sirthias/scala-ssh Neither seem to work...
iCodeLikeImDrunk's user avatar
1 vote
0 answers
168 views

Is there a small no frills EventSource client?

I'm building an app optimized for embedded devices, and I need an EventSource client (commonly called SSE) to connect to a server. Is there something which isn't a full blown library with unneeded ...
Alper Turan's user avatar
2 votes
1 answer
42 views

Non-x86 CI service

Please suggest CI service that can run Java/Scala builds with tests on non-x86 architectures: ARM, PowerPC etc. Maven (or Sbt) integration is required. Free option for OSS projects (like in Travis-CI ...
Andriy Plokhotnyuk's user avatar
1 vote
0 answers
50 views

Is there a scala IDE that works hand in hand with the compiler?

First to code in scala I used Intellij, but my computer couldn't handle both Intellij and SBT at the same time so I switched to Sublime. I think one of the factor of overhead in Intellij with Scala ...
gwenzek's user avatar
  • 111