eclecticiq / OpenTAXII

TAXII server implementation in Python from EclecticIQ
BSD 3-Clause "New" or "Revised" License
189 stars 89 forks source link

Compatibility and system requirements? #175

Closed ohliuw closed 3 years ago

ohliuw commented 3 years ago

Can't find any info on compatibility and system requirements? Can it run on RH? Also,. what is the recommended system requirements?

Thanks

arcsector commented 3 years ago

If by RH you mean Red Hat, yes you can run it on Red Hat. Minimum requirements aren't a thing, but I've had success running a minimal setup with 4vCPU and 8GB memory, when only running the sqlite DB. However at scale I'd recommend a separate DB machine and 8vCPU with 16-32GB memory.

eric-eclecticiq commented 3 years ago

Can it run on RH?

Yes Red Hat and Cent Os.

compatibility and system requirements?

The TAXII server needs a DB that should run either locally on the server or in another server accessible through the network.

what is the recommended system requirements?

It will really depend on your use case (load, availability...). I recommend to adapt your setup after doing some real use case tests.